{% extends 'base.html' %}
   FAQ
{% block content %}

Followers overlap for {% for account in data.accounts %} @{{ account }}{%if not loop.last %} & {% endif %} {% endfor %}

{% if venn %} {% else %}
Right now we can construct Venn diagrams only for 2-4 sets. But feel free to use the data anyway ;)
{% endif %}
{% for one in data.combs %} {% endfor %}
 followers
combinationcommontotal unique
{{ one.accounts }}{{ one.common_count }}({{ one.ratio|round(2) }}%){{ one.uniq }}
{% endblock %}