{% extends "lfc/base.html" %} {% load i18n %} {% block section %}login{% endblock %} {% block content %}

{% trans "Sorry" %}

{% trans "The page you have requested can't be found!" %}

{% endblock %}