{% if team_interview.has_content %}

Interview

{% if team_interview.responses is not empty %}
{% for response in team_interview.responses %}

{{ response.displayQuestion }}

{{ response.answer }}

{% endfor %}
{% endif %} {% if team_interview.images is not empty %} {% endif %}
{% endif %}