{% load i18n static tenant %} {% if app_list %} {% for app in app_list %} {% is_public_schema app as is_public_schema %} {% is_tenant_app app as is_tenant_app %} {% is_shared_app app as is_shared_app %}
{% if not is_tenant_app and not is_shared_app %}{% trans "Not available for this type of schema" %}{% else %}{% trans "Not available for global schema" %}{% endif %} | ||||||
{{ 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 %} |
---|
{% translate 'You don’t have permission to view or edit anything.' %}
{% endif %}