{% extends 'generic/object.html' %} {% load helpers %} {% load buttons %} {% load perms %} {% load static %} {% load i18n %} {% block title %}{% trans "Restore" %}: {{ object }}{% endblock %} {% block subtitle %}
{% trans "Created" %} {{ object.created|isodatetime }}
{% endblock %} {% block control-buttons %} {% if request.user|can_delete:job %} {% delete_button job %} {% endif %} {% endblock control-buttons %} {% block tabs %} {% endblock %} {% block content %}
{% for param, current, new in params %} {% endfor %}
{% trans "Parameter" %} {% trans "Current Value" %} {% trans "New Value" %}
{{ param }} {{ current }} {{ new }} {% if current != new %} {% endif %}
{% csrf_token %}
{% trans "Cancel" %}
{% endblock content %} {% block modals %} {% endblock modals %}