{% extends 'base/layout.html' %} {% load helpers %} {% load buttons %} {% load perms %} {% load static %} {% block title %}Restore: {{ object }}{% endblock %} {% block subtitle %}
Created {{ object.created|annotated_date }}
{% endblock %} {% block header %}
{{ block.super }} {% endblock header %} {% block controls %}
{% if request.user|can_delete:job %} {% delete_button job %} {% endif %}
{% endblock controls %} {% block tabs %} {% endblock %} {% block content %}
{% for param, current, new in params %} {% endfor %}
Parameter Current Value New Value
{{ param }} {{ current }} {{ new }} {% if current != new %}*{% endif %}
{% csrf_token %}
Cancel
{% endblock content %} {% block modals %} {% endblock modals %}