XKCD #{{ index }}

XKCD number {{ index }}

Komentarze

{% comment %} {% for comment in comments %}

#{{ comment.id|add:"-1" }} {{ comment.posted }} {{ comment.username.username }}:

{{ comment.content|upper }}

{% endfor %}\ {% endcomment %} {% if request.user.is_authenticated %}
{% csrf_token %} {{ commentForm.as_p }}

{% endif %}