{% 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 %}