{% extends "umap/content.html" %} {% load i18n static %} {% block head_title %} {{ SITE_NAME }} - {% trans "My Dashboard" %} {% endblock head_title %} {% block maincontent %} {% trans "Search my maps" as placeholder %} {% include "umap/dashboard_menu.html" with selected="maps" %}