{% if template_list %}
Name |
Description |
{% for template in template_list %}
{% if forloop.counter|divisibleby:"2" %}
{% else %}
{% endif %}
{{ template.attributes.name|escape }}
|
{{ template.attributes.description }}
|
{% endfor %}
{% endif %}
Hidden content, click to expand.