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