{% extends "base.html" %} {% load static %} {% block header %} {% endblock %} {% block navigation %} {% if user.is_superuser %} Edit Data {% endif %} {% endblock %} {% block content %}
Annotation Guideline