{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} %} {% 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 %}