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