{% extends "admin/change_list.html" %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block object-tools %} {{ block.super }}
No recent background tasks
{% else %}Task name | Started | Finished | Status |
---|---|---|---|
{{ bgt.admin_description }} | {{ bgt.started_at|timesince }} ago | {% include "bgtask/bg_completed_column.html" %} | {% include "bgtask/bg_changelist_status_column.html" %} |