{% load static %}
{% block title %}Annalist linked data notebook{% endblock %}
{% if entity_data_ref %}
{% endif %} {% block topmenu %}
Home
Menu
{% if coll_id %}
{{coll_id}}
{% if url_type_id %}
{{url_type_id}}
{% elif type_id %}
[{{type_id}}]
{% endif %} {% if url_list_id %}
{% if url_type_id %}
{{url_list_id}}
{% else %}
{{url_list_id}}
{% endif %}
{% elif list_id %}
{% if url_type_id %}
[{{list_id}}]
{% else %}
[{{list_id}}]
{% endif %}
{% endif %} {% endif %}
{% if not suppress_user %} {% if user.is_authenticated %}
User {{ user.username }}
Logout
{% else %}
Login
{% endif %} {% endif %}
{% endblock %} {% if info_message %}
{{info_head}}
{{info_message}}
×
{% endif %} {% if done_message %}
{{done_head}}
{{done_message}}
×
{% endif %} {% if error_message %}
{{error_head}}
{{error_message}}
×
{% endif %}
{% block heading %}Annalist linked data notebook{% endblock %}
{% block content %} {% endblock %} {% if help_text %}
{{ help_text|safe }}
{% endif %}