{% if field.allowMultiple and field.attachmentLimit == 0 %} {% else %}

Limit {% if field.allowMultiple %}{{ field.attachmentLimit }}{% else %}1{% endif %} file{% if field.allowMultiple %}s{% endif %}

{% endif %}