9 lines
206 B
Twig
9 lines
206 B
Twig
{% block input_role_slug %}
|
|
{% include "forms/inputs/abstract/slug.html.twig" with
|
|
{
|
|
"type" : "role",
|
|
"current_value" : role.slug,
|
|
"col_width" : col_width
|
|
}
|
|
%}
|
|
{% endblock %} |