{% extends 'base.html' %} {% block title %} 403 - {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% translate 'You seem to not be allowed to view this page.' %} {% endblock %}