{% for field in fields %}
{{ field.title }}
{% if field.content.file %} {{ field.content }} {% else %} {{ field.content }} {% endif %}
{% endfor %}