{% extends MINIMAL_LOG_TEMPLATE %} {% block content %}

You do not have permission to {{ action }} log entries

{% if request.user.is_authenticated %}

To {{ action }} log entries, a staff member should grant {{ request.user.username }} (you) the permission to change log entries.

{% else %}

If you have an account that does have the ability to {{ action }} log entries, you can log in and try again.

{% endif %} {% endblock content %}