Run Ongoing:
{% if runOngoing -%}
{{ runOngoingNumber }}
{%- else -%}
{%- endif -%}
{% for run in runs -%}
{%- if loop.index % anchorFrequency == 0 %}
{# NOTE: The order of the runs might look wrong, but the run numbers are still in the right order. #}