{% if profile.user.email %}
{% trans "Email:" %} {{ profile.user.email|obfuscate_email }}
{% endif %}
{% if profile.phone %}
{% trans "Phone:" %} {{ profile.phone|phonenumber }}
{% endif %}
{% if profile.company %}
{% trans "Company:" %} {{ profile.company }}
{% endif %}
{% if profile.is_member %}
{% if profile|allow_edit_by:user %}