{% extends "person/master.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 %} {% if forgotPassword %}
A new password has been emailed to you.
{% 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.
{% endif %} {% endif %}

{% if canCreatePerson %} Need an account on {{ systemServiceName }}? Please register now. {% endif %} {% comment %} end if forgotPassword {% endcomment %} {% endif %} {% endif %} {% endblock %}