• Espace Super Admin

    {#{% if is_granted("IS_AUTHENTICATED_REMEMBERED") %} Bienvenu,
    {{ app.user }} {% endif %}#}

  • Entreprise {% if app.request.attributes.get('_route') == 'millesima_administrator_accueil' or app.request.attributes.get('_route') == 'millesima_administrator_accueil_edit' %} {% endif %}
  • Gestion des CC/CP {% if app.request.getPathInfo|split('/admin/user/')|length > 1 %} {% endif %} {##} {#
    • Ajouter Utilisateur
    • Liste Utilisateurs
    #}
  • Gestion des Comptes {% if app.request.getPathInfo|split('/admin/compte/')|length > 1 %} {% endif %} {##} {#
    • Ajouter Compte
    • Liste Comptes
    #}
  • Gestion des Fournisseurs {% if app.request.getPathInfo|split('/admin/fournisseur/')|length > 1 %} {% endif %} {##} {#
    • Ajouter Fournisseur
    • Liste Fournisseurs
    #}
  • Gestion des Articles {% if app.request.getPathInfo|split('/admin/article/')|length > 1 %} {% endif %} {##} {#
    • Ajouter Article
    • Liste Articles
    #}
  • Gestion des Régions {% if app.request.getPathInfo|split('/admin/region/')|length > 1 %} {% endif %}
  • Gestion des Catégories {% if app.request.getPathInfo|split('/admin/categorie/')|length > 1 %} {% endif %}
  • Gestion des Types {% if app.request.getPathInfo|split('/admin/type/')|length > 1 %} {% endif %}