{% 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 | {% if bgt.completed_at %}{{ bgt.completed_at|timesince }} ago{% else %}–{% endif %} | {% include "bgtask/bg_changelist_status_column.html" %} |