{% extends 'base.html' %} {% block body %}
{% if description %} {{ description|safe }} {% else %} {{ _("You don't have the permission to access this page.") }} {% endif %}