{% extends 'appearance/base.html' %} {% load i18n %} {% load static %} {% load common_tags %} {% load dashboards_tags %} {% load navigation_tags %} {% block title %}{% trans 'Dashboard' %}{% endblock %} {% block javascript %} {% endblock javascript %} {% block content %}
{% if missing_list %}

{% trans 'Getting started' %}

{% trans 'Before you can fully use Mayan EDMS you need the following:' %}
{% for missing in missing_list %}

{{ missing.label }}

{{ missing.description }}

{% endfor %}
{% endif %}
{% include 'dynamic_search/search_box.html' %} {% dashboards_render_dashboard 'main' %} {% endblock %}