{# template to show and edit the list of groups in the admin pages is a copy of Groups/groups.html.twig @todo should be changed so this part only adds the admin/dashboard elements and include Groups/groups.html.twig @author Arno Lambert #} {% extends 'Admin/base.html.twig' %} {% block title %} OceanExpert | Dashboard {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include('navbarlogin.html.twig') %}
{% if app.user %} {% block sidebar %} {% include('Admin/adminSidebar.html.twig') %} {% endblock %}
{% endif %} {% block content %}

Groups : IOC

{% if (data.isGroupAdmin == 1) or (is_granted('ROLE_GLOBAL_EDITOR')) %} Edit Groups : {% endif %}
    {% endblock %} {% if app.user %}
    {% endif %}
    {% include "footer.html.twig" %} {% endblock %}