Menampilkan {{ laporan.start_index }} sampai {{ laporan.end_index }} dari {{ laporan.paginator.count }} laporan
{% if laporan.has_previous %}
Previous
{% endif %}
{% for num in laporan.paginator.page_range %}
{% if laporan.number == num %}
{{ num }}
{% elif num > laporan.number|add:'-3' and num < laporan.number|add:'3' %}
{{ num }}
{% endif %}
{% endfor %}
{% if laporan.has_next %}
Next
{% endif %}