{% load i18n %}

{% if selected == "maps" %} {% blocktranslate with count=maps.paginator.count %}My Maps ({{ count }}){% endblocktranslate %} {% else %} {% trans "My Maps" %} {% endif %} {% if UMAP_ALLOW_EDIT_PROFILE %} {% trans "My profile" %} {% endif %} {% trans "My teams" %}