{% 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 user.is_staff %} {% endif %} {% if user.is_superuser %} {% endif %}
{% if CURRENT_LANG == 'ar' %} {% endif %} {% endblock %}