{% extends "main/base.html" %} {% load static %} {% load main_extras %} {% load i18n %} {% block title %} {% translate "Statements" %} {% if account %}– {{ account }}{% endif %} {% if category %}– {{ category }}{% endif %} – Nummi {% endblock %} {% block link %} {{ block.super }} {% endblock %} {% block body %}

{% translate "Statements" %}

{% if account %}

{{ account.icon|remix }}{{ account }}

{% endif %} {% if category %}

{{ category.icon|remix }}{{ category }}

{% endif %} {% if statements %} {% include "main/list/pagination.html" %} {% include "main/table/statement.html" %} {% include "main/list/pagination.html" %} {% else %}

{% translate "No statements to show" %}

{% endif %} {% endblock %}