{% extends 'base.html' %} {% block pagecontent %}
{% raw flash_messages %}
{% if 'logins_allowed' in siteinfo and siteinfo['logins_allowed'] is True %}

Sign in to your LCC-Server account

{% module xsrf_form_html() %}
{% if 'signups_allowed' in siteinfo and siteinfo['signups_allowed'] is True %} {% end %}
{% else %}

Sorry, the admins of this LCC-Server instance have disabled user sign-ins. You can still browse and search for all data that are publicly visible.

{% end %}
{% end %}