{% 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?

{% else %}

Update This Batch File

  • Filename: {{batch_file.filename}}
  • Upload Timestamp: {{batch_file.upload_timestamp|hh_format}}

Delete This Batch File

{% endif %} {% endblock %}