{% extends "base.html" %} {% block title %} Gas Contracts » {{g_batch.g_contract.name}} » Batches » {{g_batch.reference}} » Bill Imports {% endblock %} {% block nav %} Gas Contracts » {{g_batch.g_contract.name}} » Batches » {{g_batch.reference}} » Bill Imports {% endblock %} {% block content %}
Import Bill File

Valid file name extensions are {{parser_names}}.

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