{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {# Template to display/configure an App, used by views.AppView #} {% load bootstrap %} {% load i18n %} {% load plinth_extras %} {% load static %} {% block content %} {% include "app-header.html" %} {% include "toolbar.html" with enabled=is_enabled %} {% block subsubmenu %} {% if subsubmenu %} {% show_subsubmenu subsubmenu %} {% endif %} {% endblock %} {% block status %} {% if is_running is not None and not is_running %}