{% extends "ci/base.html" %} {% load staticfiles %} {% load bootstrap %} {% block pagetitle %}Report Generation{% endblock %} {% block content %}
Created | Start Date | End Date | Email Subject | Size | Status |
---|---|---|---|---|---|
{{ task.created_at|get_date|date:"D d M Y H:i" }} | {{ task.start_date }} | {{ task.end_date }} | {{ task.email_subject }} | {% if task.file_size %}{{ task.file_size|filesizeformat }}{% endif %} | {% if task.error %} {{ task.status }} {% else %} {{ task.status }} {% endif %} |