{% load bgjobs_tags %} {% get_details_backgroundjobs project as backgroundjobs %} {% if backgroundjobs.count > 0 %} {% for backgroundjob in backgroundjobs %} {% include 'bgjobs/_backgroundjob_item.html' with item=backgroundjob details_card_mode=True %} {% endfor %} {% else %} {% endif %}
Created Last Changed Type Status Name
No background jobs.