{% extends "master.html" %} {% block title %}Projects Monitored · Anitya{% endblock %} {% block body %} {% if distroname %} {% set page_url = url_for('anitya_ui.distro', distroname=distroname) %} {% else %} {% set page_url = url_for('anitya_ui.projects') %} {% endif %}

Projects {% if distroname %}of {{ distroname }}{% endif %} monitored

{{ projects_count }} projects found
{% if distroname %}
{% else %} {% endif %}
{% if total_page > 1 %}
{% endif %}
{% if projects %} {% for project in projects %} {% endfor %}
Name Homepage Backend
{{ project.name }} {{ project.homepage }} {{ project.backend }}
{% else %}
Oops, this is embarrassing. It seems that no projects are being monitored currently.
{% endif %}
{% if total_page > 1 %}
{% endif %} {% endblock %}