healthchecks/templates/admin/profile_list_team.html
2016-06-24 23:09:26 +03:00

6 lines
136 B
HTML

{{ profile.user.email }}
<ul>
{% for member in profile.member_set.all %}
<li>{{ member.user.email }}</li>
{% endfor %}
</ul>