{% extends 'base.html' %} {% block link %} {% load static %} {% endblock %} {% block title %}Admin Panel{% endblock %} {% block content %} {% if user.username is not '' %}
{% if anchors is not None %}

Review Discarded

{% for anchor in anchors %} {% endfor %} {% comment %} {% endcomment %}
Anchor Sample ID Status Cooperator Actions
{{anchor.anchor_sample_id}} {{anchor.status}} {% if anchor.username != "-1" %} {{anchor.username}} {% else %} N/A {% endif %} {% comment %} {% endcomment %} replay
Peter Parker Customer Service (313) 555-5735
{% else %} No Discarded Anchor Sample {% endif %}
{% else %} Your Need To login {% endif %} {% endblock %} {% block script %} {% endblock %}