{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_list %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate 'Request Log Maintenance' %}

{% translate 'Current Status' %}

{% translate 'Total request logs:' %} {{ log_count }}

{% translate 'Cleanup Options' %}

{% translate 'Warning: These actions cannot be undone. Please make sure you have backups if needed.' %}

{% translate 'Keep only the most recent logs' %}

{% translate 'Return to' %}

{% endblock %}