{% extends "home.html"%} {% block title %}Log in{% endblock %} {% block content %} {% if session %}
Please enter registered user details below.
{% endif %} {% endif %} {% if view.canCreatePerson %}Need an account on {{ systemServiceName }}? Join here.
{% endif %} {% comment %} end if forgotPassword {% endcomment %} {% endif %} {% endblock %}