{% load comment_extras %} {% if comment|has_category %}
Category:
{% if comment.is_rem %}
remark
{% endif %} {% if comment.is_que %}
question
{% endif %} {% if comment.is_ans %}
answer to question
{% endif %} {% if comment.is_obj %}
objection
{% endif %} {% if comment.is_rep %}
reply to objection
{% endif %} {% if comment.is_cor %}
correction
{% endif %} {% if comment.is_val %}
validation or rederivation
{% endif %} {% if comment.is_lit %}
pointer to related literature
{% endif %} {% if comment.is_sug %}
suggestion for further work
{% endif %}
{% endif %}