{% extends "../core/document.html" %} {% comment ******************* %} {% comment Emit navigation %} {% comment ******************* %} {% block doc-nav %} {% end %} {% comment ***************** %} {% comment Emit content %} {% comment ***************** %} {% block doc-content %} {% include activity_simulation_run_details.html %} {% if doc.inputs %} {% include activity_simulation_run_inputs.html %} {% end %} {% if isinstance(doc.model, cim.v1.DocReference) and doc.model.changes %} {% include activity_simulation_run_model_mods.html %} {% end %} {% end %}