{% extends 'base.html' %} {% block title %}Record Ownership{% endblock %} {% block content %}

Record Ownership

{{ form.hidden_tag() }} {{ form.listing_id.label }} {{ form.listing_id() }}
{{ form.acquired_on.label }} {{ form.acquired_on() }}
{{ form.price_paid.label }} {{ form.price_paid() }}
{{ form.source_notes.label }} {{ form.source_notes() }}
{% endblock %}