{% extends 'base.html' %} {% load static widget_tweaks %} {% load i18n %} {% block content %} {% if topics %} {% for topic in topics %} {{ topic.title }} {% endfor %} {% else %}
No Topics found