{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block content %} {% include "app-header.html" with setup=True %} {% include "toolbar.html" %} {% if setup_state.value == 'up-to-date' %}
{% if setup_state.value == 'needs-setup' %} {% blocktrans trimmed %} Install this application? {% endblocktrans %} {% elif setup_state.value == 'needs-update' %} {% blocktrans trimmed %} This application needs an update. Update now? {% endblocktrans %} {% endif %}
{% else %} {% include "operations.html" %} {% endif %} {% endblock %}