{% extends "layout.html" %} {% block title %}Log in{% endblock %} {% block body_class %}login_page{% endblock %} {% block body %}

Log in

Please log in to access {{ __user_config("4cat.name") }}.{% if __user_config("4cat.allow_access_request") %} If you do not have an account, you can request one.{% endif %}

You can also install your own 4CAT instance. See the installation page on the GitHub wiki.

{% for notice in flashes %}

{{notice}}

{% endfor %}
{% endblock %}