{% extends "layouts/dashboard.html" %} {% block breadcrumbs %} {% endblock %} {% block content %} {% with apps_subtitle=listing.title|add:" — "|add:listing.company %} {% include "components/page_header.html" with title="Applications" subtitle=apps_subtitle %} {% endwith %}
← Back to job {% if applications %}{{ applications|length }} application{{ applications|length|pluralize }}{% endif %}
{% if applications %} {% include "components/pagination.html" %} {% else %} {% url 'rep_career:job_detail' listing.pk as listing_back_url %} {% include "components/empty_state.html" with heading="No applications yet" subtext="Candidates who apply will appear here with their CV snapshot, cover letter, and status. You'll be notified when the first comes in." icon_path="M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" primary_url=listing_back_url primary_label="Back to listing" %} {% endif %} {% endblock %}