{% extends 'localcosmos_server/modals/modal_form.html' %} {% load i18n app_tags localcosmos_tags %} {% block above %}
{% csrf_token %} {% endblock %} {% block title %}{% trans 'Upload Private Frontend' %}{% endblock %} {% block body %} {% render_bootstrap_form form %} {% if success %}
{% trans 'You uploaded the following frontend:' %}
{% trans 'Frontend' %}: {{ frontend_settings.frontend }}
{% trans 'version' %}: {{ frontend_settings.version }}
{% trans 'Do you want to install this frontend now?' %}
{% endif %} {% endblock %} {% block footer %} {% if success %} {% else %} {% include 'localcosmos_server/modals/footers/save.html' %} {% endif %} {% endblock %}