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

{% include "panel/support_item.html" %}
{% endfor %} {% endif %}
{% endblock %}