{% extends 'transfers/base.html' %} {% load tz %} {% block h1_title %}User Profile{% endblock %} {% block content %}
{{ object.organization.name }}
{% endif %}{% if object.is_active %}yes{% else %}no{% endif %}
{{ object.email }}
{% for group in object.groups.all %} {{ group.name }} {% endfor %}