| Name | Location | Program | {% if perms.musictherapy.delete_userinfo %}Actions | {% endif %}|
|---|---|---|---|---|
| {{user.name}} | {{user.location|join:", "}} | {% if user.program %}
{% for program in user.program.all|dictsort:"location" %}
{{program}} {% endfor %} |
{% else %}
- | {% endif %}{% if user.active %} Archive {% else %} Unarchive {% endif %} Export {% if perms.musictherapy.delete_userinfo %} {% endif %} |