{% extends "admin/change_list.html" %} {% load i18n valkey_admin_filters %} {% block object-tools %}{% endblock %} {% block result_list %}
{% for field_name in cl.list_display %} {% endfor %} {% for object in cl.queryset %} {% for field_name in cl.list_display %} {% endfor %} {% empty %} {% endfor %}
{{ field_name|capfirst }}
{% with value=object|getattribute:field_name %} {% if value %}{{ value }}{% else %}-{% endif %} {% endwith %}
No in-progress or failed tasks found.
{% endblock %}