{{ 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 %}All Profiles{% endblock %} {% block content %} {% call layout.horizontal_section("horizontal-section--grey horizontal-section--thin") %}
{{ profiles | length }} profile(s) installed in this environment.
{{ prof.summary }}
{% endif %}No profiles found. Install a pypi-profile-* package to see profiles here.