{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% include 'payroll/reimbursement/nav.html' %}
{% if reimbursement_exists %} {% if view == "list" %} {% include 'payroll/reimbursement/reimbursement_list.html' %} {% else %} {% include 'payroll/reimbursement/request_cards.html' %} {% endif %} {% else %} {% include "filter_tags.html" %}
Page not found. 404.
{% trans "There are currently no reimbursement to consider." %}
{% endif %}
{% endblock %}