{% block javascripts %} {% endblock %} {% block localstyle %} {% endblock %}
{% if usemenu is defined and usemenu %}
{% if app.session.get('project') %}
Projet = {{app.session.get('project').title}} {% else %}
{{appName}} {% endif %}
{% if app.user %}
Selectionnez un projet
{%for project in app.session.get('projects')%}
{{project.title}}
{%endfor%}
{% if is_granted('ROLE_ADMIN') %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{% if usesidebar is defined and usesidebar %} {% if is_granted('ROLE_ADMIN') %}
GENERALE
Utilisateurs
Projets
{% endif %} {% endif %}
{% block body %} {% endblock %}
INFORMATION
{% block localscript %} {% endblock %}