{% extends "base.html" %} {% load utils %} {% load crispy_forms_filters %} {% load crispy_forms_tags %} {% load utils %} {% load user_extras %} {% load static %} {% load i18n %} {% block title %} {% translate "Log" %} {% endblock %} {% block content %}
{% if filter_form.content_object %}

{{ filter_form.content_object }}

{{ filter_form.object_type }}
{% else %} {{ filter_form.object_type|as_crispy_field }} {% endif %} {{ filter_form.object_id }}
{{ filter_form.user|as_crispy_field }}
{{ filter_form.date|as_crispy_field }}
{{ filter_form.search|as_crispy_field }}
{% translate "Clear" %}
{% include 'modellogging/logentry_grouped_list.html' with logentries=object_list %} {% include 'core/pagination.html' %} {% endblock %}