{% if security.registerable or security.recoverable or security.confirmable %}

Log in
{% if security.registerable %} Sign up
{% endif %} {% if security.recoverable %} {{ _('Forgot password') }}
{% endif %} {% if security.confirmable %} {{ _('Confirm account') }}

{% endif %}
{% endif %}