{% extends "ci/base.html" %} {% load staticfiles %} {% block pagetitle %}Identity Management{% endblock %} {% block content %}
Identity | Primary Address | Communicate Through | Created | Updated | |
---|---|---|---|---|---|
{{ identity.id|truncatechars:12 }} | {% with addresses=identity|get_identity_addresses %}{% for address, info in addresses.items %}{{ address }}{% endfor %} | {% endwith %} {% if identity.communicate_through %} {% url 'identities-detail' identity.communicate_through as url %}{{ identity.communicate_through|truncatechars:12 }} | {% else %}{{ identity.communicate_through }} | {% endif %}{{ identity.created_at|get_date|date:"D d M Y H:i" }} | {{ identity.updated_at|get_date|date:"D d M Y H:i" }} |