{% 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 "header.html" %} {% include "toolbar.html" with enabled=is_enabled %} {% block subsubmenu %} {% if subsubmenu %} {% show_subsubmenu subsubmenu %} {% endif %} {% endblock %} {% block status %} {% if show_status_block %}
{% with service_name=app_info.name %} {% if is_running %} {% blocktrans trimmed %} Service {{ service_name }} is running. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Service {{ service_name }} is not running. {% endblocktrans %} {% endif %} {% endwith %}
{% endif %} {% endblock %} {% block internal_zone %} {% include "internal-zone.html" %} {% endblock %} {% block port_forwarding_info %} {% include "port-forwarding-info.html" with service_name=name %} {% endblock %} {% block configuration %}