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

Remove {{ exchange.type }}

{% if reconciled %}

One or more transactions in this exchange have been reconciled. Please unreconcile them before continuing.

{% else %}

Are you sure you want to remove the {{ exchange.type }} dated {{ exchange.date|date:"l M t, Y" }} with memo "{{ exchange.memo }}"?

 
{% endif %} {% endblock %}