{% extends "base.html" %} {% block title %} » MOP Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Edit {% endblock %} {% block nav %} MOP Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Edit {% endblock %} {% block content %}
Update batch {{input_text('reference', batch.reference)}} {{input_text('description', batch.description)}}
Delete All The Bills In This Batch
Import The Bills From The Files Into This Batch
Delete All The Bills In This Batch And Then Re-Import Bills From The Files
Delete This Batch
{% endblock %}