{% extends 'base.html' %} {% partialdef login-block %} Logging in here allows your account to be linked with CIMAR. You may periodically need to re-login to keep the link active.
Username:
Password:
{% endpartialdef %} {% block content %}

CIMAR login

Login status: {{ login_status }} ({{cimar_sid}}) {% if login_status %} {% endif %}
{% partial login-block %}
{% endblock %}