{% extends "turkle/base.html" %} {% load static %} {% block body %} {% if abandoned_assignments %}
{% for aa in abandoned_assignments %} {% endfor %}
{% endif %} {% block content %} {% endblock %}
{% if batch_rows %} {% for batch_row in batch_rows %} {% endfor %}
Project Batch Batch Published Tasks Available
{{ batch_row.project_name }} {{ batch_row.batch_name }} {{ batch_row.batch_published }} {{ batch_row.assignments_available }} Preview next Task
{% csrf_token %}
{% else %}

No Tasks available at this time

{% if not user.is_authenticated %}

You may need to Login to see available Tasks

{% endif %} {% endif %}
{% endblock %}