{% if job_results and perms.extras.view_jobresult %} {% for result in job_results %}
{{ result.job_model.name }} {% include 'extras/inc/job_label.html' %}
{{ result.user }} - {{ result.date_done|date:'SHORT_DATETIME_FORMAT' }}
{% if forloop.last %}
View All History
{% endif %} {% endfor %} {% elif perms.extras.view_jobresult %}
None found
{% else %}
No permission
{% endif %}