X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/408e3d492050ac34f994b6865bb3f8bac5dec044..c3013f0052a8f56d6f7bd6bcd54a596c794d20b5:/templates/index.html.twig diff --git a/templates/index.html.twig b/templates/index.html.twig new file mode 100644 index 0000000..2369d00 --- /dev/null +++ b/templates/index.html.twig @@ -0,0 +1,24 @@ +{% extends '@RapsysUser/base.html.twig' %} +{% block content %} +
+
+

{{ title }}

+
+ {% if groups is defined and groups %} + {% for group, users in groups %} +
+
+

{{ group }}

+
+ {% if users is defined and users %} + + {% endif %} +
+ {% endfor %} + {% endif %} +
+{% endblock %}