{% block javascripts %} {% endblock %} {% block localstyle %} {% endblock %}
{% if usemenu is defined and usemenu %}
{% if app.session.get('company') %}
Compagnie = {{app.session.get('company').title}} {% else %}
{{appName}} {% endif %}
Grand Livre
Plan Comptable
Exercices
{% if app.user %}
Selectionnez une compagnie
{%for company in app.session.get('companys')%}
{{company.title}}
{%endfor%}
{% if is_granted('ROLE_ADMIN') %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{% if usesidebar is defined and usesidebar %} {% if is_granted('ROLE_ADMIN') %}
GENERALE
Utilisateurs
Compagnies
{% endif %} {% endif %}
{% block body %} {% endblock %}
INFORMATION
{% block localscript %} {% endblock %}