34
34
{% set title %}{% trans "Name" %}{% endset %}
35
35
{% set helpText %}{% trans "The Name of the Layout - (1 - 50 characters)" %}{% endset %}
36
36
{% set layoutName %}{{ layout.layout }} 2{% endset %}
37
{{ forms.input("name", title, layoutName, helpText) }}
37
{{ forms.text("name", title, layoutName, helpText) }}
39
39
{% set title %}{% trans "Make new copies of all media on this layout?" %}{% endset %}
40
40
{% set helpText %}{% trans "This will duplicate all media that is currently assigned to the Layout being copied." %}{% endset %}