{% if answer_entry_closed %}
Case view is locked and the answer window has closed.
{% else %}
Case view is now locked. You can continue entering your answer until the answer window closes.
{% endif %}
{% comment %} Help {% endcomment %}
{% if not question_completed %}
{% if resources %}
Resources
{% for caseresource in resources %}
{{caseresource.resource.get_display}}
{% endfor %}
{% endif %}
{% endif %}
{% if show_description and case.description %}