{% load i18n unfold %} {% if sidebar_navigation %} {% if sidebar_show_all_applications and app_list|length > 0 %}
apps {% trans "All applications" %}
{% for app in app_list %}

{{ app.name }}

{% endfor %}
{% endif %} {% else %}

{% 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 %}