{% extends "client/base_site.html" %} {% load i18n static %} {% load crispy_forms_tags %} {% block title %}Deposit - Dashboard{% endblock %} {% block topbar %} {% include "client/topbar.html" %} {% endblock %} {% block content %}
{% block breadcrumbs %} {% include "client/breadcrumbs.html" with title="Deposit" %} {% endblock %}
{% csrf_token %}
{{ form.deposit_method.label_tag }} {{ form.deposit_method }}
{{ form.amount.label_tag }} {{ form.amount }}
{% block footer %}{% include "client/footer.html" %}{% endblock %}
{% endblock %}