{% extends 'auth/master.twig' %} {% set register_suffix = '' %} {% set forgot_suffix = '' %} {% if user_name is not empty %} {% set suffix = '?username=' ~ user_name %} {% if error_name == 'user_not_found' %} {% set register_suffix = suffix %} {% else %} {% set forgot_suffix = suffix %} {% endif %} {% endif %} {% block content %}
Forgot username? Forgot password? Create account
{% endblock %}