{% extends 'layout/dialog_base.html' %} {% macro _render_template_list(templates) %} {% if templates %}
{% else %}
{%- trans %}No templates{% endtrans -%}
{% endif %} {% endmacro %} {% block description %} {%- trans -%} The following badge templates can be used as the back side for your template. Note that only single-sided templates with the same dimensions can be used as the back side of a template. {%- endtrans -%} {%- endblock %} {% block content %}

{% trans %}Inherited templates{% endtrans %}

{{ _render_template_list(inherited_templates) }}

{% trans %}Custom templates{% endtrans %}

{{ _render_template_list(custom_templates) }}
{% endblock %}