{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
Searchable review queue

Active job offers

Filter normalized offers by keyword, source family, or contract type.

Add offer

{{ result_count }} result{{ result_count|pluralize }} found

{% if jobs %}
{% for job in jobs %}
{% include "core/partials/job_card.html" with job=job %}
{% endfor %}
{% if jobs.has_other_pages %} {% endif %} {% else %}

No matching offers

Adjust filters or add the first offer from a registered source.

Add offer
{% endif %}
{% endblock %}