{% load el_pagination_tags %} {% load markdown_deux_tags %} {% if comments %} {% paginate comments %} {% for comment in comments %}
{{ comment.user_name }}
{{ comment.bodytext|markdown }}
{% endfor %} {% show_more "Load more comments" %} {% else %}

There's no comments...

{% endif %}