{% extends "base.html" %}
{% block title %}Sign In — {{ service_name }}{% endblock %}
{# hide user area in navbar #}
{% block navbar_userarea %}
{% if is_for_refresh %}
{{ super() }}
{% endif %}
{% endblock %}
{% block content %}
Sign in to {{ service_name }}
{% if is_for_refresh %}
To ensure the security of your account information, please sign in again.
{% else %}
{% if is_ldap_configured %}
If you have an LDAP account, you can use your LDAP username to sign in. Otherwise, if you do not have a {{ service_name }} account yet, please ask another user for an invitation.
{% else %}
If you do not have a {{ service_name }} account yet, please ask another user for an invitation.
{% endif %}