{% extends "base.html" %} {% load i18n %} {% load static %} {% load thumbnail eucs_platform_tags %} {% block head %} {{ block.super }} {% endblock head %} {% block title %}{{ block.super }} :: {{show_user.get_full_name}}{% endblock %} {% block navbar-left %} {% include "_navbar.html" %} {% endblock %} {% block list_of_items %}

{% if show_user.profile.title %} {{ show_user.profile.title}} {% endif %} {{ show_user.get_full_name}}

{% if show_user.profile.country %}
{{show_user.profile.country.name}}
{% endif %}
{% if editable %} {% trans "Personal profile" %} {% elif show_user.profile.profileVisible %} {% trans "Personal profile" %} {% endif %} {% if editable %} {% trans "Submissions" %} {% if show_user.projectpermission_set.count %} {% trans "Project Editor" %} {% endif %} {% elif show_user.profile.contentVisible %} {% trans "Submissions" %} {% if show_user.projectpermission_set.count %} {% trans "Project Editor" %} {% endif %} {% endif %} {% if editable %} {% trans "Bookmarks " %} {% trans "Privacy center" %} {% trans "Edit profile" %} {% endif %}
{% block profile_right %} {% endblock profile_right %}




{% endblock list_of_items %} {% block scripts %} {% endblock scripts %}