{% extends "base.twig" %} {% block head %} {{ L("account.title")}} - {{ L(view_title) }} {% if site.recaptcha.enabled %} {% endif %} {% endblock %} {% block body %}

{{ L(view_title) }}

{{ L(view_description) }}

{% block view_content %}{% endblock %}
{% if site.recaptcha.enabled %} {% endif %} {% endblock %}