{% 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.

{% if is_admin %}

{% endif %}
{% for distro in distros %}

{{distro.name}}

{% if is_admin %} {% endif %}
{% else %}
Oups this is embarrassing, it seems that no distributions are participating currently.
{% endfor %}
{% endblock %}