{% with members=organization.active_memberships %}
{% if members %}
{% endif %}
{% endwith %}
{% with members=organization.former_memberships %}
{% if members %}
{% endif %}
{% endwith %}
{% with topic_list=organization.active_lead_topics %}
{% if topic_list %}
{% endif %}
{% endwith %}
{% with topic_list=organization.finished_lead_topics %}
{% if topic_list %}
{% endif %}
{% endwith %}