{% load institutions %} {% load bootstrap_helpers %} {% load community_utils %} {% load community_badges %} {% load members %}
{% card card_class="col-sm-12 col-lg-5 mb-0 topic-row-card" body_class="p-1" %} {% endcard %} {% member_card topic.leader card_class="col-sm-12 col-md-9 col-lg-5 mb-0 topic-row-card" show=False %}
{% for institution in topic.institutions %} {% organization_card institution base_id=topic.id_name|add:"-" card_class="col-12 mb-0 topic-row-card" abbreviation_only=True %} {% endfor %}
{% include "topics/components/topic_card_body.html" %}