{% block stylesheets %}{% endblock %}
{% if app.user %}
GSM Manager
{% if is_granted('ROLE_ADMIN') %}
{{ 'لوحة التحكم'|trans }}
{% endif %} {% if is_granted('ROLE_VENDEUR') %}
{{ 'المخزون'|trans }}
Puces SIM
Forfaits
WiFi Ooredoo
Stock GSM
{% if is_granted('ROLE_ADMIN') %}
Achats fournisseurs
{% endif %} {% endif %}
{{ 'نقطة البيع'|trans }}
{{ 'الفواتير'|trans }}
{{ 'شحن الرصيد'|trans }}
{{ 'تذاكر الصيانة'|trans }}
{{ 'الزبائن'|trans }}
{% if is_granted('ROLE_ADMIN') %}
{{ 'الموردون'|trans }}
{{ 'إدارة الفئات'|trans }}
{% endif %}
{{ 'المصاريف'|trans }}
FR
ع
{{ app.user.nomComplet }}
{{ 'تسجيل الخروج'|trans }}
{% for label, messages in app.flashes %} {% for message in messages %}
{{ message|trans }}
{% endfor %} {% endfor %} {% block body %}{% endblock %}
{% else %}
FR
ع
{% block body_guest %}{% endblock %} {% endif %} {% block javascripts %}{% endblock %}