{{ "No packages matched your search criteria." | tr }}
{% else %} {% with table_id = "flagged-packages", packages = flagged_packages, votes = flagged_packages_voted, notified = flagged_packages_notified %} {% include 'partials/packages/results.html' %} {% endwith %} {% endif %}{{ "No requests matched your search criteria." | tr }}
{% else %} {% with requests = package_requests %} {% include 'partials/packages/requests.html' %} {% endwith %} {% endif %}{{ "Search for packages I maintain" | tr }}
{% if not packages %}{{ "No packages matched your search criteria." | tr }}
{% else %} {% with table_id = "my-packages", votes = packages_voted, notified = packages_notified %} {% include 'partials/packages/results.html' %} {% endwith %} {% endif %}{{ "Search for packages I co-maintain" | tr }}
{% if not comaintained %}{{ "No packages matched your search criteria." | tr }}
{% else %} {% with table_id = "comaintained-packages", packages = comaintained, votes = comaintained_voted, notified = comaintained_notified %} {% include 'partials/packages/results.html' %} {% endwith %} {% endif %}