{% extends 'extends/offcanvas.html' %} {% load date %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% translate 'Transactions on' %} {{ date|custom_date:request.user }}{% endblock %} {% block body %}
{% for transaction in transactions %} {% empty %} {% endfor %}
{% endblock %}