{% extends "concept_reviewBase.html" %} {% block separatorBarLeft %}Caurskata jēdzienu nr. {{ offset }}. no {{ total }}{% endblock %} {% block conceptTitle %}Jēdziens '{{ concept.comment }}'{% endblock %} {% block actionForm %}
{% endblock %} {% block sideActions %}

{% endblock %} {% block baseActions %}

Diskusija ({{ concept.comments.count }}):

{% for comment in concept.comments.all %}

{{ comment.user.username }}, {{ comment.modified|date:"Y.m.d H:i" }}

{% if comment.comment_subject %}

{{ comment.comment_subject }}

{% endif %}

{{ comment.comment|safe }}

{% endfor %}
{% endblock %}