{{ infos.0.project_name }}
{% 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 %}
{% endfor %}
{% csrf_token %}
{% else %}
{{ candidate.candidate_sample_id }}
{{ candidate.sample_title }}
{% textSplit candidate.sample_body as textSplits%}{% for ts in textSplits %}
{{ts}}
{% endfor %}