{% load bool_fa %} {% for subject in subjects %} {{ subject.name|safe }} {{ subject.enabled|bool_fa }}
{% csrf_token %}
{% if subject.children.count > 0 %} {% include "admin/elements/repository/table_row.html" with subjects=subject.children.all %} {% endif %} {% endfor %}