{% load i18n %} {% regroup declarations by cookie_type as declaration_list %} {% for cookie_type in declaration_list %} {% for cookie in cookie_type.list %} {% endfor %} {% endfor %}
{% trans "Name" %} {% trans "Domain" %} {% trans "Purpose" %} {% trans "Expiration" %} {% trans "Security" %}
{% if cookie_type.grouper %} {{ cookie_type.grouper|title }} {% else %} {% trans "Unclassified" %} {% endif %}
{{ cookie.name }} {{ cookie.domain }} {{ cookie.purpose }} {{ cookie.expiration }} {{ cookie.get_security_display }}