{% extends 'microsys/base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %}
Logo

{{ APP_CONFIG.name|default:"microSYS" }}

{% if APP_CONFIG.description %}

{{ APP_CONFIG.description }}

{% else %}

{{ MS_TRANS.dashboard_welcome }}

{% endif %} {% if user.profile.scope %}
{{ MS_TRANS.work_scope }}: {{ user.profile.scope.name }}
{% endif %}
{{ MS_TRANS.manage_users }}

{{ MS_TRANS.manage_users_desc }}

{{ MS_TRANS.go }}
{{ MS_TRANS.manage_sections }}

{{ MS_TRANS.manage_sections_desc }}

{{ MS_TRANS.go }}
{% if user.is_staff %}
{{ MS_TRANS.activity_log }}

{{ MS_TRANS.activity_log_desc }}

{{ MS_TRANS.go }}
{% endif %}
{{ MS_TRANS.settings }}

{{ MS_TRANS.settings_desc }}

{{ MS_TRANS.go }}
{% if CURRENT_LANG == 'ar' %} {% endif %} {% endblock %}