{% extends "master.html" %} {% block title %}Distributions Participating · Anitya{% endblock %} {% block body %}
{% if total_page > 1 %} {% endif %}

Here is the list of all the distributions that anitya knows about.

{% for distro in distros %}
{{distro.name}} {% if is_admin %} {% endif %}
{% else %}
Oops, this is embarrassing. It seems that no distributions are participating currently.
{% endfor %}
{% endblock %}