{% extends 'base.html.twig' %} {% block title %}{{ parent() }} | {{ 'rulegroup.edit'| trans}}{% endblock %} {% block titlesm %}{{ 'rulegroup.edit'| trans}}{% endblock titlesm %} {% block body %}
{{ 'rulegroup.back'| trans }}
{{ form_start(form) }}
{{ 'rulegroup.edit'| trans }}
{{ form_row(form.name) }}
{{ form_row(form.description) }}
{{ form_end(form) }}
{% endblock %}