{% extends 'categories/management/full_width_base.html' if category|default(none) else 'events/management/full_width_base.html' %} {% from 'message_box.html' import message_box %} {% block title %} {% trans %}Poster and Badge Designer{% endtrans %} {% endblock %} {% block page_actions %}
{% trans %}Go back{% endtrans %}
{% endblock %} {% block content %} {% if tpls_count %}
{% call message_box('warning', fixed_width=true) %}

{% set link_start %}{% endset %} {% set link_end %}{% endset %} {%- trans count=tpls_count -%} This template is used as the back side of {{ link_start }}another template{{ link_end }}. The back side of that template will be removed if the dimensions of this template change. {%- pluralize -%} This template is used as the back side of {{ link_start }}{{ tpls_count }} templates{{ link_end }}. The back side of those templates will be removed if the dimensions of this template change. {%- endtrans -%}

{% endcall %}
{% endif %}
{% call message_box('warning', fixed_width=true) %}

{% set link_start %}{% endset %} {% set link_end %}{% endset %} {%- trans -%} If you change the dimensions of this template, its {{ link_start }}back side template{{ link_end }} will be removed because it has different dimensions. {%- endtrans -%}

{% endcall %}
cm
cm
{% if template.type.name == 'badge' %}
{% trans %}Back side template:{% endtrans %} {{- template.backside_template.title if template.backside_template -}}
{% endif %}
{% if template.type.name == 'badge' %}
{% endif %}
{% trans %}The back side is empty.{% endtrans %}
{% endblock %}