{% extends 'annotate_document/base.html' %} {% block header %}

Page Not Found

{% endblock %} {% block navList %}
  • Document List
  • {% endblock %} {% block content %}
    {% if user.profile.admin_approval %}

    Oh dear! Looks like you can't go here.

    {% else %}

    Thanks for coming but the Annotation system has now closed.

    {% endif %}
    {% endblock %}