{% extends "admin/layout.html" %} {% set active_menu_item = ['dashboard'] %} {% block title %}{% trans "Dashboard" %}{% endblock %} {% block contents %}
{% trans user=req.user.username|e %}Welcome in the admin interface {{ user }}{% endtrans %}.
{% trans "Use one of the following links to get started quickly:" %}
{% endblock %}