{% comment ************************* %}
{% comment Sub-section: overview %}
{% comment ************************* %}
{% set ctx = TemplateInfo(doc, fieldset='cim.1.activity.simulationrun-overview') %}
{% include ../core/fieldset.html %}
{% comment ************************* %}
{% comment Sub-section: contacts %}
{% comment ************************* %}
{% if doc.responsible_parties %}
{% set contacts = doc.responsible_parties %}
{% set header = 4 %}
{% include shared_responsible_party.html %}
{% end %}