{% extends "touchtechnology/admin/list.html" %} {% load i18n %} {% block nav-pills-list %}
  • {% if add_perm in model_perms %} {% trans "New page" %} {% endif %}
  • {% if add_perm in model_perms %} {% trans "New folder" %} {% endif %}
  • {# TODO would be good if we could make this a drop-down to let the user see applications before moving into next screen #}
  • {% if add_perm in model_perms %} {% trans "New application" %} {% endif %}
  • {% endblock nav-pills-list %} {% block extracss %} {{ block.super }} {% endblock extracss %}