{{ category.name }}

{% for entry in category.get_entries %} {% if entry == object %} {% endif %} {% include "frequently/partials/entry.html" %} {% if entry == object %} {% include "frequently/partials/answer.html" %} {% endif %} {% endfor %}