Additional Information
{% if switches %}
{% with name='Metric', id='cb1', value='Participants' %}
{% include 'components/switch.html' %}
{% endwith %}
{% with name='Stage', id='cb2', value='Discovery' %}
{% include 'components/switch.html' %}
{% endwith %}
{% endif %}