{% extends "layouts/dashboard.html" %} {% load math_tags %} {% block breadcrumbs %} {% endblock %} {% block content %} {% include "components/page_header.html" with title="Jobs you've saved" subtitle="Bookmarked positions from across the RUFORUM network. Save a listing from the job board to track it here." %}
Browse jobs → My applications →
{% if saved_jobs %} {% include "components/pagination.html" %} {% else %} {% url 'rep_career:job_board' as jobs_board_url %} {% include "components/empty_state.html" with heading="No saved jobs yet" subtext="Bookmark a listing from the job board to track it here — handy for comparing opportunities before you apply." icon_path="M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0111.186 0z" primary_url=jobs_board_url primary_label="Browse jobs" %} {% endif %} {% endblock %}