{% extends 'base.html' %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% block body_class %}index-page{% endblock %} {% block container %} {% if messages or selected_shortcut or not shortcuts %}
{% url 'apps' as apps_url %} {% blocktrans trimmed %} Enable some applications to add shortcuts to this page. {% endblocktrans %}
{% endif %} {% if selected_shortcut.description %} {% include "app-header.html" with app_info=selected_shortcut %} {% endif %}