{% extends "base.html" %} {% load typogrify display %} {% block css %} {% endblock %} {% block content %}

Topic Clusters

Viewing {{ start }}-{{ end }} of {{ total_clusters }} {% if previous >= 0 %} << Previous {% endif %} {% if next %} Next >>{% endif %}

{% for cluster in clusters %}
    {% for topic in cluster.topics.all %}
  1. {{ topic|as_link|typogrify }}
  2. {% endfor %}
Review
{% endfor %} {% endblock %}