{% extends "base.html" %}
{% block title %}
» Supplier Contracts » {{batch_file.batch.contract.name}} »
Batches » {{batch_file.batch.reference}} » {{batch_file.name}}
{% endblock %}
{% block nav %}
Supplier Contracts »
{{batch_file.batch.contract.name}} »
Batches »
{{batch_file.batch.reference}} »
{{batch_file.filename}}
[edit]
{% endblock %}
{% block content %}
Filename |
Upload Timestamp |
Parser |
Download |
{{batch_file.filename}} |
{{batch_file.upload_timestamp|hh_format}} |
{{batch_file.parser_name}} |
Download
|
{% endblock %}