{% extends "hyperkitty/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load compress %} {% load browserid %} {% block title %} {% trans 'Login' %} - {{ app_name|title }} {% endblock %} {% block additional_stylesheets %} {% endblock additional_stylesheets %} {% block content %}

{% trans "Login with your email" %}

{% if use_internal_auth %}

{% trans "Login with username and password" %}

{% crispy form %}
{% else %}

{% trans "This website only lets you log in using one of these external authentication services. Check with your service for lost passwords or other login help." %}

{% endif %}
{% endblock %} {% block additionaljs %} {% compress js %} {% endcompress %} {% endblock additionaljs %}