{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block title %}{{ title }}{% endblock %} {% block breadcrumbs %} {% if has_permission %} {% endif %} {% endblock %} {% block content %}

{{ title }}

{% if log_file %}

{% trans 'Log file' %}: {{ log_file }}

{% endif %}
{% for entry in log_entries %}{{ entry }}
{% empty %}{% trans 'No log entries recorded yet.' %}
{% endfor %}
  
{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %}