{% extends 'localcosmos_server/modals/modal_form.html' %} {% load i18n app_tags localcosmos_tags %} {% block above %}
{% csrf_token %} {% endblock %} {% block title %}{% trans 'Update Frontend' %}{% endblock %} {% block body %}
{% blocktrans with frontend_name=frontend_settings.frontend version=frontend_settings.version %}This will update the Frontend {{ frontend_name }} to version {{ version }}.{% endblocktrans %}
{% trans 'Do you want to update your frontend now?' %}
{% endblock %} {% block footer %} {% endblock %} {% block script %} {% endblock %}