{# This is a simple check to determine if the user is the owner of the displayed profile #}
{% if user.username == profile.user.username %}
{% endblock %}
{% endif %}
{% if settings.TRAXAUTH_ENABLE_GRAVATAR_SUPPORT %}
{% gravatar_for_email profile.user.email 80 %}
{% endif %}
{% if form.is_multipart %}