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

Verify your account sign up request

{% module xsrf_form_html() %}
{% else %}

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

{% end %}
{% end %}