{% 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 #} {% include "transactions/fragments/filter_presets.html" %} {# Order by icon dropdown #}
{# Filter transactions form #}
{% include "transactions/fragments/filter_actions.html" %} {% include "transactions/fragments/filter_form.html" %}
{# Transactions list#}
{% endblock %}