{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% include 'payroll/loan/nav.html' %}
{% if records %} {% include 'payroll/loan/records_card.html' %} {% else %} {% include 'filter_tags.html' %}
Page not found. 404.
{% trans "There are currently no loans to consider." %}
{% endif %}
{% endblock %}