{% extends "client/base_site.html" %} {% load i18n static %} {% block title %}Transfer - Dashboard{% endblock %} {% block topbar %} {% include "client/topbar.html" %} {% endblock %} {% block content %}
{% block breadcrumbs %} {% include "client/breadcrumbs.html" with title="Transfer" %} {% endblock %}
{% block footer %}{% include "client/footer.html" %}{% endblock %}
{% endblock %}