{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% csrf_token %}
{{ form.description }}
{{ form.bank_account_model.help_text }}
{{ form.bank_account_model }}
{% endblock %} {% block script_bottom %} {{ block.super }} {% endblock %}