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

{{explorer.user.username}}

{% 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 %}