{% load i18n %} {% if app_list %} {% for app in app_list %}
{{ model.name }} | {% else %}{{ model.name }} | {% endif %}
{% if model.add_url %}
add
{% endif %}
{% if model.admin_url and show_changelinks %}
{% if model.view_only %}
visibility
{% else %}
edit_square
{% endif %}
{% elif show_changelinks %}
{% endif %}
|
---|
{% trans "You don’t have permission to view or edit anything." as error_message %} {% include "unfold/helpers/messages/error.html" with error=error_message %}
{% endif %}