{% if data.recipes.has_previous %}
<<Previous
{% endif %}
{% for num in data.recipes.paginator.page_range %} {% if data.recipes.number == num %}
{{ num }}
{% else %}
{{ num }}
{% endif %} {% endfor %}
{% if data.recipes.has_next %}
Next>>
{% endif %}
{% endif %}
{% if data.keep_scroll_pos %}
{% endif %}
{% if data.user %}
{% endif %}