{% extends 'app_kit/manage_generic_content.html' %} {% load i18n static localcosmos_tags %} {% block extra_head_script %} {% endblock%} {% block content_title %}

{{ generic_content }} {% if generic_content.is_locked %} {% else %}
{% block badges %} version {{ generic_content.current_version }} {% endblock %}
{% endif %}


{% endblock %} {% block generic_content_specific %}
{% blocktrans %}You are currently using the following frontend:{% endblocktrans %} {{ generic_content.frontend_name }}, version {{ preview_build_settings.version }}
{% if new_frontend_version_available %}
{% blocktrans with frontend_name=generic_content.frontend_name new_frontend_version=frontend_settings.version %}There is a new version available for the Frontend {{ frontend_name }}: {{ new_frontend_version }}{% endblocktrans %}
{% trans 'Update Frontend' %}
{% endif %}
{% with form=frontend_settings_form %} {% include 'frontend/ajax/manage_frontend_settings.html' %} {% endwith %}
{% endblock %} {% block extra_script %} {% endblock %}