{% extends "base.html" %} {% block title %} » MOP Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Bill Imports {% endblock %} {% block nav %} » MOP Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Bill Imports {% endblock %} {% block content %}

Import Bill File

{% if importer_ids %}
    {% for id in importer_ids %}
  • {{id}}
  • {% endfor %}
{% endif %}
{% endblock %}