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