70
70
{% set helpText %}{% trans "A short description of this Display Group" %}{% endset %}
71
71
{{ forms.input("description", title, "", helpText) }}
75
{{ forms.inputWithTags("tags", title, "", helpText) }}
77
73
{% set title %}{% trans "Dynamic Group?" %}{% endset %}
78
74
{% set helpText %}{% trans "Are the members of this group dynamic?" %}{% endset %}
79
75
{{ forms.checkbox("isDynamic", title, 0, helpText) }}