{% extends info_template %} {% block modalheader %} Users Assigned To {{ unit.getName() }} {% endblock %} {% block modalcontent %} {% for userAssigned in usersAssigned %} {% if loop.index0 is divisibleby(2) %} {% endif %} {% if (loop.index0 + 1) is divisibleby(2) %} {% endif %} {% else %} {% endfor %}
{{ userAssigned.getUser().getFullname() }}
No users are currently assigned to the above named unit.
{% endblock %}