{% extends "admin/base_site.html" %} {% load i18n %} {% block nav-global %} {% get_models from auth freppledb.admin.site as modelsAuth %} {% get_models from input freppledb.admin.site as modelsIn %} {% if modelsAuth %} {% endif %} {% if modelsIn %} {% endif %} {% if perms.execute %} {% endif %} {% endblock %}