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