{% extends 'base.html' %} {# Not loading markdown_extras as it's not strictly needed for job titles/details here #} {% block title %}Admin - Job Postings{% endblock %} {% block content %}

Admin - Job Postings


{% if job_postings %} {% if is_paginated %} {% endif %} {% else %}

No job postings found.

{% endif %} {% endblock %}