{% extends 'base.html' %} {% block title %}Split Line{% endblock title %} {% block content %} Split Line Details Total Amount: {{ li.amount }} Vendor: {{ li.get_vendor().name }} Date: {{ li.display_date() }} Import File {% if existing_child_lines %} Amount Vendor Confirmation Code Note {% for line in existing_child_lines %} {{line.amount}} {{line.get_vendor()}} {{line.confirmation_code}} {{line.note}} {% endfor %} {% endif %} Add Another Line? Submit {% endblock content %}