{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block styles %} {{super()}} {{ css_resources|indent(4)|safe }} {% endblock %} {% block content %}

Enter Transactions Manually


{{ wtf.quick_form(form) }}
{{ div|safe }} {{ script|safe }}

Cool Text

Track crypto addresses!

Register a broker

Check the database

Holdings by time held

{% endblock %} {% block scripts %} {{ js_resources|indent(4)|safe }} {{super()}} {% endblock %}