{% extends 'base.html' %} {% block content %}

Troggle user login

{% if message %}
{% if title %}

{{title}}

{% endif %}

{{message }}

{% endif %}

Troggle login - no administrative access

(This is using template login/index.html)

{% if invalid %}

The username and password you provided don't match. Please try again.

Have you forgotten your username?
Or have you forgotten your password?

{% endif %}
{% csrf_token %}

Do you want to register for a personal login having been on expo before?

or

Is this your first time here and do you want to register as a new user?



{{form}} {% endblock %}