{% if batch_rows %}
-
-
- | Project |
- Batch |
- Batch Published |
- Tasks Available |
- |
- |
-
- {% for batch_row in batch_rows %}
-
- | {{ batch_row.project_name }} |
- {{ batch_row.batch_name }} |
- {{ batch_row.batch_published }} |
- {{ batch_row.assignments_available }} |
-
-
- Preview next Task
-
- |
-
-
- |
-
- {% endfor %}
-
+
+
+
+
+
+
+
+
+ | Project |
+ Batch |
+ Batch Published |
+ Tasks Available |
+ |
+ |
+
+
+
+ {% for batch_row in batch_rows %}
+
+ | {{ batch_row.project_name }} |
+ {{ batch_row.batch_name }} |
+ {{ batch_row.batch_published }} |
+ {{ batch_row.assignments_available }} |
+
+
+ Preview next Task
+
+ |
+
+
+ |
+
+ {% endfor %}
+
+
+
{% else %}
No Tasks available at this time
{% if not user.is_authenticated %}