{% extends 'base.html' %} {% block link %} {% load static %} {% load text_split_tag %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% endblock %} {% block title %}Admin Panel{% endblock %} {% block content %} {% if user.username is not '' %}
{% if anchor_data|length > 0 %}
{% comment %} {% endcomment %} {% for anchor in anchors %} {% comment %} {% endcomment %} {% endfor %}
Anchor Sample ID Status CollaboratorActions
{{anchor.anchor_sample_id}} {{anchor.status}} {% if anchor.username != "-1" %} {{anchor.username}} {% else %} N/A {% endif %} replay
{% comment %}
{% endcomment %}
Anchor Sample ID
{{ anchor_data.0.sample_id }}
{% textSplit anchor_data.0.sample_body as textSplits%}{% for ts in textSplits %}

{{ts}}

{% endfor %}
{% comment %} {% endcomment %}

{% comment %}
{% endcomment %}
{% for candidate in candidate_groups %}
{{ candidate.candidate_sample_id }}
Candidate ID
{{ candidate.sample_title }}
{% textSplit candidate.sample_body as textSplits%}{% for ts in textSplits %}

{{ts}}

{% endfor %}
{% comment %} {% endcomment %}
{% endfor %} {% csrf_token %}
{% else %}

No Discarded

{% endif %}
{% else %} Your Need To login {% endif %} {% endblock %} {% block script %} {% endblock %}