{% if contacts %}
Responsible Parties
{% for contact_id, contact in enumerate(contacts) %}
{{ contact.role if contact.role else "Contact #{}".format(contact_id + 1) }}
{% set ctx = TemplateInfo(contact, fieldset="cim.1.shared.responsibleparty") %} {% include ../core/fieldset.html %}
{% end %}
{% end %}