{{ prof.display_name or prof.pypi_username }}
{% if prof.summary %}{{ prof.summary }}
{% endif %}{% extends "pypi_profile/base.html" %} {% import "pypi_ds/components/layout.html" as layout %} {% import "pypi_ds/components/feedback.html" as feedback %} {% import "pypi_ds/components/navigation.html" as navigation %} {% block profile_title %}Search Profiles{% endblock %} {% block content %} {% call layout.horizontal_section("horizontal-section--grey horizontal-section--thin") %}
{% if results %} {{ results | length }} result(s) for {{ query | e }} {% else %} No profiles matched {{ query | e }}. {% endif %}
{% endif %} {% if results %}{{ prof.summary }}
{% endif %}Enter a search term above to find profiles.
{% endif %} {% endcall %}