{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block title %}{{ object.name }} ({{object.job_id}}){% endblock %} {# JobResult does not support add/edit controls #} {% block controls %}{% endblock %} {% block subtitle %}{% endblock %} {% block content %}
Name | {{ object.name }} |
---|---|
Created | {{ object.created|annotated_date }} |
Completed | {{ object.completed|annotated_date }} |