{% extends "layouts/dashboard.html" %} {% load math_tags %} {% block breadcrumbs %} {% endblock %} {% block content %} {% include "components/page_header.html" with title="Applications you've submitted" subtitle="Track jobs you've applied to across the RUFORUM network. Status updates as employers review." %}
Browse jobs →
{% if applications %} {% include "components/pagination.html" %} {% else %} {% url 'rep_career:job_board' as jobs_board_url %} {% include "components/empty_state.html" with heading="No applications yet" subtext="When you apply to a position from the job board, it'll show up here with its current review status. Open roles update in real time." icon_path="M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-2.25Z" primary_url=jobs_board_url primary_label="Browse jobs" %} {% endif %} {% endblock %}