{% extends "../core/document.html" %}
{% comment ***************** %}
{% comment Emit content %}
{% comment ***************** %}
{% block doc-content %}
{% comment ************************************************** %}
{% comment Sub-section: overview %}
{% comment ************************************************** %}
{% set ctx = TemplateInfo(doc, fieldset='cim.1.activity.numericalexperiment-overview') %}
{% include ../core/fieldset.html %}
{% comment ************************************************** %}
{% comment Sub-section: requirements %}
{% comment ************************************************** %}
{% if doc.requirements %}
{% set header = 3 %}
{% include activity_numerical_experiment_requirements.html %}
{% end %}
{% end %}