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

Login {% if security.registerable %} Sign up {% endif %} {% if security.recoverable %} Forgot password? {% endif %} {% if security.confirmable %} Resend confirmation e-mail {% endif %}

{% endif %}