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

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

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