{% extends "atlas/base.html" %} {% block navigation%} {{ block.super }} {% if can_edit %} {% include 'atlas/series_headers.html' %} {% endif %} {% endblock %} {% block content %} {% include 'atlas/series_viewer.html' %} {% endblock %}