{% extends "zinnia/skeleton.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock breadcrumbs %} {% block title %}{% trans "Permission denied" %}{% endblock title %} {% block body-class %}error-403{% endblock body-class %} {% block content %}{% trans "Sorry, but you don't have the permission to do this action." %}
{{ block.super }} {% endblock content %}