{% load markup %}
{% if conceptData.comments %}
{{conceptData.commentCount}} komentāri.
{% else %}
Nav neviena komentāra.
{% endif %}
{% if user.is_authenticated %}
{% if conceptData.isSubscribed %}
{% else %}
{% endif %}
{% endif %}
{% for comment in conceptData.comments %}
{{ comment.user.username }}, {{ comment.modified|date:"Y.m.d H:i" }}
{% if comment.comment_subject %}{{ comment.comment_subject }}
{% endif %}{{ comment.comment|markdown }}