{% extends 'base.html' %} {% block main_title %} {%if not transaction %}New{%endif%} Transaction {% endblock %} {% block content_header %} ← Back to accounts {% endblock %} {% block content %}
{% for i in range(2) %} {%for j in range(2)%} {%endfor%} {% endfor %}
Account Dr. Account Cr. Amount ({{CURRENCY_SYMBOL[company.accounts_currency_code]}})
Add Line
Attachments
{% for i in range(2) %}
{% endfor %}
Add Attachment
Cancel
Record Transaction
{% endblock %}