{% extends "base.html" %} {% block title %}Edit {{ exchange.type }}{% endblock %} {% block content %}

Edit {{ exchange.type }}

Use this form to change the type of an exchange (e.g. Purchase to Order).

{{ exchange_form }}
   
{% endblock %}