{% extends 'layout.html' %} {% load static %} {% load crispy_forms_tags %} {% block content %}

LINE DASHBOARD

{% for d in data %} {% endfor %}
LINE
LINE {{ d.line}}
{% if data.has_other_pages %}
    {% if data.has_previous %}
  • «
  • {% else %}
  • «
  • {% endif %} {% for i in data.paginator.page_range %} {% if data.number == i %}
  • {{ i }} (current)
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if data.has_next %}
  • »
  • {% else %}
  • »
  • {% endif %}
{% endif %}
{% endblock %}