{% 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 %}
{% endblock %} {% block content %} {% if tpls_count %}{% 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 %}{% 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 %}
|
|
|
{% trans %}The back side is empty.{% endtrans %}
{% set link_start %}
{% endset %}
{% set link_end %}{% endset %}
{%- trans link_start=link_start|safe, link_end=link_end|safe -%}
{{ link_start }}Select an existing template{{ link_end }} to be used
as the back side of this template.
{%- endtrans -%}
|