{% extends 'base.html' %} {% load static %} {% load daad_tags %} {% load i18n %} {% block title %}{{ user.get_full_name }}{% endblock %} {% block content %}
{% else %}
{% endif %} {{ affiliation.position }}, {% if affiliation.website_of_institution %}{{ affiliation.name_of_institution }},{% else %}{{ affiliation.name_of_institution}},{% endif %} {{ affiliation.place_of_institution }} ({{ affiliation.country_of_institution }})
{% endfor %}
{% trans "E-Mail" %}: {{ user.email|urlize }}
{% if user.external_profile %}
{% trans "External Profile" %}: {{ user.external_profile }}
{% endif %}
{% trans "Research Interests by Topic" %}
{% for interest in user.get_interests %}
{{ interest }}
{% endfor %}
{% trans "Research Interests by Country" %}
{% for country in user.countries.all %}
{{ country }}
{% endfor %}
{% trans "User not found" %}
{% endif %}