{% extends "layout.html" %} {% block content_custom_css %} {% endblock %} {% block content %} {% if num_annotations == 0 %} {% else %}
{% if not REFER_DST_ENCODED %}
{{ progress }}%
{% endif %}
Census Annotation {% if canonical_str %}
({{canonical_str}}){% endif %}
{% for (aid, highlighted, confidence) in annotation_list %}
{% endfor %}
{% endif %} {% endblock %} {% block content_custom_javascript %} {% endblock %}