{% extends "base.html" %} {% load i18n %} {% block content_title %}

{% trans "Page not found" %}

{% endblock %} {% block content %}

{% trans "Page could not be found."%}

{% trans "If you think this is a bug in userena, please create an issue at Github." %}

{% endblock %}