BiblioDash

Research Intelligence Platform
{% if mode == "register" %}

Create your account

{% else %}

{% if first_user %}Welcome create the first account{% else %}Sign in{% endif %}

{% endif %} {% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% if mode == "register" or first_user %}
{% if not first_user %}
Already have an account? Sign in
{% endif %} {% else %}
Don't have an account? Register
{% endif %}