{% extends "base.html" %} {% block title %} » Supplier Contracts » {{batch_file.batch.contract.name}} » Batches » {{batch_file.batch.reference}} » {{batch_file.filename}} » Edit {% endblock %} {% block nav %} Supplier Contracts » {{batch_file.batch.contract.name}} » Batches » {{batch_file.batch.reference}} » {{batch_file.filename}} » Edit {% endblock %} {% block content %} {% if request.values.confirm_delete %}
Are you sure you want to delete this file? Cancel
{% else %}
Update This Batch File
Delete This Batch File
{% endif %} {% endblock %}