{% extends "eagadmin/sitetree-base.html" %} {% load eagadmin %} {% block title %}{% trans "Site Tree" %}{% endblock %} {% block content %} {% include "eagadmin/tree-actions.html" %}
{% with tree.0 as page %} {% include "eagadmin/index-page.html" %} {% endwith %}
{% include "eagadmin/tree-actions.html" %}
{% endblock %} {% block footer %} {% endblock %}