{% extends "base.html" %} {% block title %}{% if transaction %}Edit{% else %}New{% endif %} Transaction - Project Ploughshares{% endblock %} {% block styles %} {% endblock %} {% block content %}

{% if transaction %}Edit{% else %}New{% endif %} Transaction

Transaction Info

Please enter a transaction type.
$

Seller Info

Please enter a company division.

Sources

No Documents

Press "+" to add some

Cancel
{% endblock %} {% block scripts %} {% endblock %}