{% extends "umap/content.html" %} {% load i18n %} {% block maincontent %} {% trans "Search my maps" as placeholder %}

{% blocktrans %}My dashboard{% endblocktrans %}

{% include "umap/search_bar.html" with action=request.get_full_path placeholder=placeholder %}
{% if maps %} {% include "umap/map_table.html" %} {% else %}
{% blocktrans %}You have no map yet.{% endblocktrans %} {% translate "Create a map" %}
{% endif %}
{% endblock maincontent %}