{% extends 'layout.html.twig' %} {% block title %}Send Feedback{% endblock %} {% block body %}

To: {% for r in recipients %} {% if not loop.last %}and {% endif %} {% endfor %}

Preview

        
{% endblock %}