{% extends "admin/base_site.html" %} {% block content %}
{% for t in tasks %} {% endfor %}
date/time (EST) task
{{t.datetime|date:"D f a"}} {{t.taskname}}

click a task and the results will show up here.

{% endblock %} {% block extra_js %} {% endblock extra_js %}