{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% load i18n %} {% block title %} {% trans "Top-up account" %} #{{ account.id }} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block header %} {% endblock header %} {% block dashboard_content %} {% include 'dashboard/accounts/partials/account_detail.html' %} {% if account.is_open %}
{% csrf_token %} Transaction {% if form.source_account %} {% include 'partials/form_field.html' with field=form.source_account %} {% endif %} {% include 'partials/form_field.html' with field=form.amount %}
{% else %}

{% trans "This account cannot be topped-up." %}

{% endif %} {% endblock dashboard_content %}