{% extends "base_site.html" %} {% load i18n %} {% block title %}{% trans 'Page not found' %}{% endblock %} {% block content %}

{% trans 'Page not found' %}

{{ url }}

{%trans "Sorry,you have no the permission or the page doesn't exist!"%}

{{ content }} {% endblock %}