{% extends "burialsite/base.html" %} {% block login %} {% if user.is_authenticated %} {% else %}
{{ login_form }} {% csrf_token %}
{% endif %} {% endblock %} {% block content %}

The Bone Lab Database is a catalog of bone records with information and images of stored burial sites, features, and bones. If you need login credentials please contact ____

{% if user.is_authenticated %}

Burial Sites found:

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

None

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