{% extends "master.html" %} {% block title %}Distributions Participating · Anitya{% endblock %} {% block body %}

Distributions

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

Add distribution
{% if total_page > 1 %}
{% endif %}
{% 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 %}