{% extends 'appearance/base.html' %} {% load i18n %} {% load static %} {% load common_tags %} {% load dashboards_tags %} {% load navigation_tags %} {% load smart_settings_tags %} {% block title %}{% include 'appearance/partials/title.html' with non_html_title=True %}{% 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 %}
{% smart_setting "COMMON_HOME_VIEW_DASHBOARD_NAME" as home_view_dashboard_name %} {% dashboards_render_dashboard name=home_view_dashboard_name %} {% endblock %}