{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{{ 'group.page_title'|trans }}{% endblock %} {% block content %}

{{ 'group.description'|trans|raw }}

{% for group in groups %} {% endfor %}
{{ 'group.form.name_label'|trans }} {{ 'group.form.roles_label'|trans }} {{ 'group.list.actions'|trans }}
{{ group.name }} {{ 'group.list.edit_action'|trans }}

{{ 'group.list.create_new_one'|trans }}

{% endblock %}