{% if profile.user.email %}
{% trans "Email:" %} {{ profile.user.email|obfuscate_email }}
{% endif %}
{% if profile.phone %}
{% trans "Phone:" %} {{ profile.phone }}
{% endif %}
{% if profile.company %}
{% trans "Company:" %} {{ profile.company }}
{% endif %}
{% trans "Create Date:" %} {{ profile.create_dt }}
{% trans "Last Login:" %} {{ profile.user.last_login }}
{% trans "Invoice Count:" %} {{ profile.user|invoice_count }}
{% trans "Number of Contributions:" %} {{ profile.user.contributions_contribution_owner.count }}
{% trans "Number of Group Memberships:" %} {{ profile.get_groups|length }}
{% if profile.is_member %}
{% if profile|allow_edit_by:user %}