{% extends '@OroUI/actions/update.html.twig' %} {% block content_data %} {% if not form.vars.valid and form.vars.errors|length %} {% endif %}
{{ form_row(form.identifier) }} {{ form_row(form.name) }} {{ form_row(form.active) }} {% if form.grants is defined %} {% if 'hidden' in form.grants.vars.block_prefixes %}
{{ form_row(form.grants) }}
{% else %} {{ form_row(form.grants, {'group_attr': {'class': 'client-grants'}}) }} {% endif %} {% endif %} {{ form_rest(form) }}
{% endblock content_data %}