{% 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 %} {% import "pypi_profile/components.html" as pc %} {% block profile_title %}Hiring{% endblock %} {% block content %} {{ pc.profile_header(profile) }} {% call layout.horizontal_section("horizontal-section--grey horizontal-section--thin") %}
Availability and contracting information
Legal entity: {{ profile.contracting.legal_entity }}
{% endif %} {% if profile.contracting.engagement_types %}Engagement types:
Contact me about: {{ profile.contact_preferences.do_contact_about | join(", ") }}
{% endif %} {% if profile.contact_preferences.do_not_contact_about %}Please do not contact about: {{ profile.contact_preferences.do_not_contact_about | join(", ") }}
{% endif %} {% endcall %} {% endif %}