{% extends 'base.html' %} {% block title %}Homepage{% endblock title %} {% block content %}
{% if files %}
File available in static folder for upload
{% for file in files %} {% endfor %}
Filename
{{file}}
{% else %}
No files in the upload folder
{% endif %}
Line Items
ID Parent LineItem ID Amount Currency Type Vendor Date Confirmation Code Note Reassign Vendor Split Line?
Loading...
{% endblock content %}