{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block page_content %}
{% if inv_topics != [] %}
Support

{% for topic in inv_topics %} {% include "panel/support_item.html" %} {% endfor %}
{% endif %}
{% endblock %}