{% extends base_template %} {% load i18n static localcosmos_tags %} {% block title %}{{ title }}{% endblock %} {% block content %}
{{ title }}
{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}
{% csrf_token %} {% render_bootstrap_form form %}

{% endblock %}