{% extends 'ontology/base.html' %} {% block meta_description %}{{ block.super }} Topics list{% endblock meta_description %} {% block pagetitle %}: Topics{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} Topics {% endblock %} {% block content %}

Topics

Topics

{% if is_paginated %}
{% include '_pagination.html' with page_obj=page_obj %}
{% endif %}
{% endblock content %} {% block footer_script %} {{ block.super }} {{ select_linked_topic_form.media }} {% endblock footer_script %}