{% extends 'global/master.twig' %} {% block title %}Authentication{% endblock %} {% block content %} {% if sakura.lockAuth %}

Authentication is currently disallowed, try again later.

{% else %}
Lost Password
{% if sakura.requireActivation %}
Resend Activation E-mail
{% endif %}
{% endif %} {% endblock %}