{% load pagination_tags jmbo_template_tags foundry_tags i18n %}
{% if FOUNDRY.has_javascript %} {% endif %} {% if request.user.is_authenticated %}
{% endif %} {% with request.REQUEST.paginate_by|default:20|add:0 as paginate_by %}
{% trans "Show" %}
{% with '20 30 50'|as_list:'int' as li %} {% for n in li %} {% endfor %} {% endwith %}
{% autopaginate comment_list paginate_by %}
{% for comment in comment_list %}
{% if comment.creator %} {% endif %}
{% trans "Reply" %}
{{ comment.user.username|default:comment.name }}: {{ comment.comment|urlize }}
{% endfor %} {% if FOUNDRY.has_ajax %}
{% endif %}
{% paginate %}
{% endwith %}