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

Authentication is currently disallowed, try again later.

{% else %}
Login to {{ sakura.siteName }}
{% endif %} {% endblock %}