{% extends 'top_menu/admin_top-new.html' %} {% load entity_tags %} {% block nav_icon_url %}{% static 'famfamfam/icons/page_green.png' %}{% endblock %} {% block nav_label %}{% firstof MODULE_ENTITIES_LABEL_PLURAL trans "Entities" %}{% endblock %} {% block current_app %} {% if entity %} {% entity_current_app request.user entity %} {% else %} {% entity_current_app request.user %} {% endif %} {% endblock %}