{% extends "dashboard/base.html" %} {% load i18n %} {% block content %}
{{ node.enabled }}
{% include "dashboard/node-detail-home.html" %}
{% include "dashboard/node-detail-resources.html" %}
{% include "dashboard/node-detail-activity.html" %}
{% endblock %}