{% extends 'thecommunity/base.html' %} {% block page_body %}

Insights in the {{ category }} category

    {% for insight in dashboards %} {% if insight.has_visualizations %} {% include 'thecommunity/profile_page/insight_visualization.html' %} {% else %} {% include 'thecommunity/profile_page/insight_data.html' %} {% endif %} {% endfor %}
{# Page: {{ page }} of {{ max_page }} #} Pages: {% for num in pages %} {% if num == page %} {{ num }} {% else %} {{ num }} {% endif %} {% endfor %}
{% if prev_page %} prev page {% else %} prev page {% endif %} | {% if next_page %} next page {% else %} next page {% endif %}
{% endblock %}