{% extends info_template %} {% block modalheader %} SubCategories linked to {{ name }} {% endblock %} {% block modalcontent %} {% for subCategory in subCategories %} {% if loop.index0 is divisibleby(2) %} {% endif %} {% if loop.index0+1 is divisibleby(2) %} {% endif %} {% else %} {% endfor %}
{{ subCategory.name }}
There are no subCategories linked yet.
{% endblock %}