{% extends "burialsite/base.html" %} {% block login %} {% if user.is_authenticated %}

Administrate

Log out

{% else %}
{{ login_form }} {% csrf_token %}
{% endif %} {% endblock %} {% block content %}

Invalid user / password. Please login again.

{% if user.is_authenticated %}

Burial Sites found:

{% if burial_sites|length > 0 %} {% else %}

None

{% endif %} {% endif %} {% endblock %}