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

Skeletons at feature {{feature.name}}, in burial site {{burial_site.name}}

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

None

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