{% extends "burialsite/base.html" %} {% block login %} {% if user.is_authenticated %}
{% else %} {% endif %} {% endblock %} {% block nav %} {% if user.is_authenticated %} {% endif %} {% endblock %} {% block content %} {% if user.is_authenticated %}Features within the burial site {{burial_site.name}}
{% if features|length > 0 %}None
{% endif %} {% endif %} {% endblock %}