{% extends 'viewflow/base_lockscreen.html' %} {% load i18n viewflow %} {% block title %}{{ title }} - {{ block.super }}{% endblock %} {% block lockscreen-sidebar-header-title %}{{ title }}{% endblock %} {% block lockscreen-sidebar-content %}

{% trans 'Forgotten your password? Enter your email address below, and we’ll email instructions for setting a new one.' %}

{% csrf_token %} {% render form view.layout %}
{% trans 'Cancel' %}
{% endblock %} {% block lockscreen-content-icon %}lock{% endblock %}