{% for ii in proposal.Investigation.investigationInstruments %}
{{ii.instrument.name}} - {{ii.instrument.fullName}} {% if not loop.last %}, {% endif %}
{% endfor %}
{% for iu in proposal.Investigation.investigationUsers %}
{{iu.user.fullName}} {% if not loop.last %}, {% endif %}
{% endfor %}