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

Log in

Please log in to access 4CAT. Alternatively, you may connect from the University of Amsterdam through its local network or a VPN; this will log you in automatically.

{% for notice in flashes %}

{{notice}}

{% endfor %}
{% endblock %}