{% extends "base.html" %} {% block title %}Package Repository{% endblock %} {% block nav_publishers %} class="active"{% endblock %} {% block content %}
{% for pub_info in publishers %}
{{ pub_info.name }}
{{ pub_info.package_count }} Packages
{% if !pub_info.updated.is_empty() %}
{{ pub_info.updated }} Last Updated
{% endif %}
{% endfor %}
{% endblock %}