{% extends "layouts/dashboard.html" %} {% block extra_head %} {% include "rep/partials/quill_head.html" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{# Main column #}
{# ── Header ─────────────────────────────────────────────── #}

Career · Position

{% if user.is_authenticated %}
{% csrf_token %}
{% endif %}
{# Badges #}
{{ listing.get_job_type_display }} {% if listing.sector %}{{ listing.sector }}{% endif %} {% if listing.country %}{{ listing.country }}{% endif %} {% if listing.min_qualification %}{{ listing.get_min_qualification_display }}+{% endif %} {% if listing.closes_soon %}Closing soon{% endif %}
{# Title #}

{{ listing.title }}

{# Company + location #}
{{ listing.company }} {% if listing.location %} {{ listing.location }} {% endif %}
{# Meta strip: posted + deadline #}
Posted {{ listing.created_at|date:"j F Y" }} {% if listing.closes_at %} Closes {{ listing.closes_at|date:"j F Y" }} {% endif %} {% if listing.salary_range %} {{ listing.salary_range }} {% endif %}
{# ── Content card: description + requirements ─────────── #}
{{ listing.description|safe }}
{% if listing.requirements %}
{{ listing.requirements|safe }}
{% endif %}
{# /main column #} {# Sidebar #}
{% endblock %} {% block extra_js %} {% endblock %}