{% extends "burialsite/base.html" %} {% block login %} {% if user.is_authenticated %}
{% else %} {% 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 %}None
{% endif %} {% endif %} {% endblock %}