11 lines
445 B
Twig
11 lines
445 B
Twig
{% extends "@admin/forms/group.html.twig" %}
|
|
|
|
{% block group_form %}
|
|
{% include "forms/inputs/group-name.html.twig" with { 'col_width': 'col-sm-12' } %}
|
|
|
|
{% include "forms/inputs/group-slug.html.twig" with { 'col_width': 'col-sm-12' } %}
|
|
|
|
{% include "forms/inputs/group-icon.html.twig" with { 'col_width': 'col-sm-12' } %}
|
|
|
|
{% include "forms/inputs/group-description.html.twig" with { 'col_width': 'col-sm-12' } %}
|
|
{% endblock %} |