{% extends 'stiri/base.html' %} {% load i18n %} {% block title %}{% trans 'Page not found' %}{% endblock %} {% block body %}
{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}
{% endblock %}