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 %}