{% extends "home.html"%} {% block title %}Log in{% endblock %} {% block content %} {% if session %}

Logged in

You are now logged in as {{ session.person.getLabelValue }}. {% if returnPath %} If you're not automatically redirected to where you were, please continue or use the navigation above. {% endif %}
{% else %}

Log in

{% if isAuthenticateFail %}
Sorry, wrong user name or password.
{% else %} {% if returnPath %}
You'll need to log in before you can access this area.
{% else %}

Please enter registered user details below.

{% endif %} {% endif %}

Forgotten your password?

{% if view.canCreatePerson %}

Need an account on {{ systemServiceName }}? Join here.

{% endif %} {% comment %} end if forgotPassword {% endcomment %} {% endif %} {% endblock %}