{% load static %}
{{ title|safe }} {% if return_to_annotation %} Return to Annotation
{% endif %}
{{ text|safe }}
{{ comment|safe }}
{{ comment_prompt|safe }}
{{ tag_prompt|safe }}
    {% for option in options %}
  • {% if has_options_value %} {% if option.choice == status.classname and status == status.classname %} {% include "status_span.html" with status=status %} {% endif %} {% endif %} {{ option.description|safe }}
  • {% endfor %}
{% if debug %}
Rendered with value:
{{ value|safe }}
Current input value:
{% else %} {% endif %} {% include "status_span.html" with status=status status_id=id %}

{% if msg %}{{ msg|safe }}{% endif %}