{% extends "layouts/dashboard.html" %} {% load math_tags %} {% block breadcrumbs %} {% endblock %} {% block content %} {% include "components/page_header.html" with title="Listing approvals" subtitle="Pending job postings awaiting moderator review โ€” open each to approve or send back with notes." %}
โ† Job board
{% if listings %} {% else %} {% url 'rep_career:job_board' as jb_url %}{% url 'rep_career:job_create' as jc_url %} {% include "components/empty_state.html" with heading="Approval queue is clear" subtext="Incoming employer submissions land here automatically. When the next one arrives, you'll see it with company details, position, and submission notes โ€” ready for one-click approval or send-back." icon_path="M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" primary_url=jc_url primary_label="Post new listing" secondary_url=jb_url secondary_label="Open job board" %} {% endif %} {% endblock %}