{% for oneliner in oneliners_page.object_list %} {% with oneliner.score as score %} {% include 'oneliners/elements/oneliner_with_related.html' %} {% endwith %} {% empty %}
No matching one-liners.
{% endfor %}
{% with oneliners_page as page %} {% include 'oneliners/elements/pagination.html' %} {% endwith %}