{% load projectroles_common_tags %} {# BackgroundJob list #}
{% for job in object_list %} {% include 'bgjobs/_backgroundjob_item.html' with item=job details_card_mode=False %} {% endfor %} {% if not object_list %} {% endif %}
Started Last Change Type State Name
{% if project %} No background jobs found for {% if related_type %}{{ related_type }}{% else %}{% get_display_name 'PROJECT' %}{% endif %}. {% else %} No global background jobs found. {% endif %}
{% if is_paginated and object_list %} {% include 'projectroles/_pagination.html' with pg_small=False %} {% endif %}