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

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

Please enter a transaction type.
Please enter a company division.
$
Cancel
{% endblock %}