{% 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 Keyword Contract All contracts {% for value,label in contract_choices %}{{ label }}{% endfor %} Source family All families {% for value,label in family_choices %}{{ label }}{% endfor %} Source status Any status {% for value,label in source_status_choices %}{{ label }}{% endfor %} Sort Newest Oldest Company A-Z Company Z-A Go Clear filters {{ 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 %} {% if jobs.has_previous %} Previous {% endif %} Page {{ jobs.number }} of {{ jobs.paginator.num_pages }} {% if jobs.has_next %} Next {% endif %} {% endif %} {% else %} No matching offers Adjust filters or add the first offer from a registered source. Add offer {% endif %} {% endblock %}
Filter normalized offers by keyword, source family, or contract type.
{{ result_count }} result{{ result_count|pluralize }} found
Adjust filters or add the first offer from a registered source.