{% extends 'spire/item/item.html' %} {% block item_title %} {% url 'user_account:profile:detail' pk=user.pk as detail_url %} {% include 'spire/element/attribute_element.html' with attribute_type='User' attribute_value=user.get_full_name attribute_href=detail_url %} {% endblock %} {% block item_row_content %}
{% include 'spire/element/attribute_element.html' with attribute_type='Email' attribute_value=user.email %}
{% include 'spire/element/attribute_element.html' with attribute_type='Status' %} {% include 'spire/user_account/element/is_active_badge.html' with is_active=user.is_active %}
{% endblock %}