{% extends 'global/master.twig' %} {% block title %}Login{% endblock %} {% block content %} {% if config('lock_authentication') %}

Logging in is disabled for security checkups! Try again later.

{% else %}
Login
{% endif %} {% endblock %}