{% extends 'layouts/base.html' %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% translate 'Transactions' %}{% endblock %} {% block content %}
{# Hidden select to hold the order value and preserve the original update trigger #} {# Main control bar with filter, search, and ordering #}
{# Search box #} {# Order by icon dropdown #}
{# Filter transactions form #}
{% crispy filter.form %}
{% endblock %}