{% extends 'rules_light/base.html' %}
{% load i18n %}
{% block body %}
{% trans 'You do not have permission to do that.' %}
{% if settings.LOGIN_URL %}
{% trans 'Try logging in' %} {% if request.user.is_authenticated %}{% trans 'with other credentials' %}{% endif %}
{% endif %}
{% endblock %}