{% comment %} {% extends 'base.html' %} {% endcomment %} {% load static widget_tweaks %} {% load i18n %} {% block content %} {% if user %}
{% trans "E-Mail" %}: {{ user.email|urlize }}
{% if user.external_profile %}
{% trans "External Profile" %}: {{ user.external_profile }}
{% endif %}
User not found
{% endif %} {% if error_msg %}{{ error_msg }}
{% endif %} {% endblock %}