{% extends 'microsys/base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %}
Logo {% 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 %}
{% if CURRENT_LANG == 'ar' %} {% endif %} {% endblock %}