{% macro printInputText(field) %}
{% set translation = field.translation(locale) %}
{% endmacro %}
{% macro printEmail(field) %}
{% set translation = field.translation(locale) %}
{% endmacro %}
{% macro printFile(field) %}
{% set translation = field.translation(locale) %}
{% endmacro %}
{% macro printTextarea(field) %}
{% set translation = field.translation(locale) %}
{% if translation.label is defined and translation.label %}
{% endif %}
{% endmacro %}