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

Sign up for an LCC-Server account

{% module xsrf_form_html() %}
Must be at least 12 characters long.
{% else %}

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

{% end %}
{% end %}