{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{% include 'admin/_nav.html' %}

{{ _('Add topic') }}

{% for topic in topics %} {% endfor %}
Name # Communities Actions
{{ topic.name }} {{ topic.num_communities }} Edit | Delete
{% endblock %}