{% extends "combo/appearance/manager_content_styles.html" %} {% load gadjo i18n %} {% block page-title %}{% if style %}{% trans 'Style:' %} {{ style.name }}{% else %}{% trans 'New style' %}{% endif %} | {{ block.super }}{% endblock %} {% block appbar %}

{% if style %}{% trans 'Style:' %} {{ style.name }}{% else %}{% trans 'New style' %}{% endif %}

{% endblock %} {% block content %}
{% csrf_token %} {{ form|with_template }}
{% trans 'Cancel' %}
{% endblock %}