{% include 'includes/basic_pagination.html' with items=ports contents="ports" %} {% for port in ports %} {% endfor %}
Name Version Livecheck Latest build ({{ builder }})
{{ port.name }} {% if port.active is False %} Deleted {% elif port.replaced_by is not None %} Obsolete {% endif %} {{ port.version }} {% if port.livecheck %} {% if port.livecheck.has_updates %}Outdated {% elif port.livecheck.error %}Errored {% else %}OK {% endif %} {% else %} No Results {% endif %} {{ port.build }} {% if followed_ports is True %}{% endif %}
{% include 'includes/basic_pagination.html' with items=ports contents="ports" %}