{% extends 'global.html'%} {% load static %} {% load i18n %} {% load svg_icon %} {% block maincontent %}

Bio

{{explorer.bio}}

{{explorer.user.username}}

{% if explorer.profile_image %}
{% endif %} {% if explorer.user.first_name %} {% endif %} {% if explorer.user.email %} {% endif %}
{% trans 'Name' %} {{explorer.user.first_name}} {{explorer.user.last_name}}
{% trans 'E-mail' %} {{explorer.user.email}}
{% translate 'Joined' %} {{explorer.user.date_joined|date:'d.m.Y'}}
{% translate 'Places'%} {{place_count}}
{% translate 'Place Assets'%} {{asset_count}}

{% translate 'Places submitted by' %} {{explorer.user.username}}

{% include 'partials/nav/pagination.html' %}
{% translate 'Images submitted by' as submitted_by %} {% include 'partials/placeImageGrid.html' with headline=submitted_by|add:' '|add:explorer.user.username image_list=assets.placeimages.all%}

{% translate 'Photo albums submitted by' %} {{explorer.user.username}}

{% endblock maincontent %}