{% extends "administration/base.html" %} {% load i18n %} {% block content %}

{% trans 'Factors' %}

{% if factor_count < 1 %} {{ factor_count }} {% else %} {{ factor_count }} {% endif %}

{% trans 'Policies' %}

{% if policies_without_attachment > 0 %} {{ policy_count }} {% else %} {{ policy_count }} {% endif %}

{% endblock %}