{% set title %}{% trans "Tag value" %}{% endset %}
{% set helpText %}{% trans "Please provide the value for this Tag and confirm by pressing enter on your keyboard." %}{% endset %}
{{ forms.input("tagValueInput", title, "", helpText) }}
{% trans "This tag requires a set value, please select one from the Tag value dropdown or provide Tag value in the dedicated field." %}
{% set title %}{% trans "Description" %}{% endset %}
{% set helpText %}{% trans "An optional description of the Template. (1 - 250 characters)" %}{% endset %}
{{ forms.textarea("description", title, layout.description, helpText) }}
{% set title %}{% trans "Include Widgets?" %}{% endset %}
{% set helpText %}{% trans "Add all the widgets to the template?" %}{% endset %}
{{ forms.checkbox("includeWidgets", title, 0, helpText) }}