{% with list.export as export_link %}
{% if export_link %}
csv export
{% endif %}
{% endwith %}
  {{ list.pagination_form.as_table }}
 
  {% if list.newest %}
    « First
  {% endif %}
  {% if list.prev %}
    ‹ Previous
  {% endif %}
  {{ list.first }}{% if list.last %} - {{ list.last }}{% endif %}
  {% if list.next %}Next ›
  {% endif %}