{% load i18n static %} {% if request.is_ajax %} {% if exception %} {{ exception }} {% else %}
{% blocktrans with pth=request_path %}The page '{{ pth }}' was not found{% endblocktrans %}
{% endif %} {% else %}{% blocktrans with pth=request_path %}The page '{{ pth }}' was not found{% endblocktrans %}
{% endif %} {% trans 'To main' %}