{% extends 'microsys/base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %}
{% if user.profile.scope %}
{{ MS_TRANS.work_scope }}: {{ user.profile.scope.name }}
{% endif %}
{% if can_view_sections %} {% endif %} {% if can_view_user_directory %} {% endif %} {% if can_view_activity_log %} {% endif %} {% if user.is_superuser %} {% endif %}
{{ chart_data.last_24h|json_script:"dashboard-activity-24h-data" }} {% if CURRENT_LANG == 'ar' %} {% endif %} {% endblock %}