{% comment %} Here, we're extending the app_list.html to add the dashboard link {% endcomment %} {% comment %} Doing it this way, since we don't have a block to overwrite {% endcomment %} {% load i18n %} {% if app_list %} {% for app in app_list %}
{{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.add_url %}{% translate 'Add' %} | {% else %}{% endif %} {% if model.admin_url and show_changelinks %} {% if model.view_only %} | {% translate 'View' %} | {% else %}{% translate 'Change' %} | {% endif %} {% elif show_changelinks %}{% endif %} |
---|---|---|---|---|---|---|
Apm Dashboard | {% if show_changelinks %}{% endif %} | {% translate 'View' %} |
{% translate 'You don’t have permission to view or edit anything.' %}
{% endif %}