{% extends CYCLOPE_DEFAULT_TEMPLATE %} {% load i18n crispy_forms_tags %} {% block content %}

{% trans "login"|capfirst %}

{% trans "Please enter your credentials"%}
{% csrf_token %} {{form|crispy}}
{% blocktrans %} If you have not yet created an account you need to register before you may login. {% endblocktrans %}
{% endblock %}