{% extends 'base.html' %} {% block title %}Inspect Cluster{% endblock %} {% block page_content %}
{% if affiliates %}

The affiliates associated with given cluster ID: {{ clusterID }}

    {% for a in affiliates %}
  1. Affliate ID: {{ a }}
  2. {% endfor %}
{% elif clusterID %}

No Affiliate data found in cluster: {{ clusterID }}

{% else %} {% endif %}
{% endblock %}