{{ infos.0.project_name }}

{% comment %}
{% endcomment %} {% comment %} {% endcomment %}
{% if anchor_data %}
{{ anchor_data.0.sample_id }}
{% comment %}
Card subtitle
{% endcomment %}
{% textSplit anchor_data.0.sample_body as textSplits%}{% for ts in textSplits %}

{{ts}}

{% endfor %}
{% for candidate in candidate_groups %}
{{ candidate.candidate_sample_id }}
{{ candidate.sample_title }}
{% textSplit candidate.sample_body as textSplits%}{% for ts in textSplits %}

{{ts}}

{% endfor %}
{% endfor %} {% csrf_token %}
{% else %}

All finished!

{% endif %}