{% extends info_template %} {% block modalheader %} SubCategories linked to Category - {{ name }} {% endblock %} {% block modalcontent %} {% for linkage in cat.getLinkedSubCategories() %} {% if loop.index0 is divisibleby(2) %} {% endif %} {% if loop.index is divisibleby(2) %} {% endif %} {% else %} {% endfor %}
{{ linkage.getSubCategory.getName() }}
There are no SubCategories linked to this Category.
{% endblock %}