{% extends 'base.html' %} {% load echarts %} {% block main_content %}

All Charts


{% include layout_tpl with chart_info_list=page_obj.object_list only %}
    {% for page in elided_page_nums %} {% if page == '...' %}
  • {% else %} {% if page == page_obj.number %}
  • {{ page_obj.number }}
  • {% else %}
  • {% endif %} {% endif %} {% endfor %}
{% endblock %}