{% extends "base.html" %} {% block title %}Jobs — karyab{% endblock %} {% block content %}

Job listings

{{ total }} Total
{{ matching }} Matching
{{ applied_count }} Applied
{{ followups_due }} Follow-ups due
Status ▾
{% for st in all_statuses %} {% if status_filter is not none %} {% set checked = st in status_filter %} {% else %} {% set checked = st not in hidden_statuses_default %} {% endif %} {% endfor %}
{% include "_job_table.html" %}
Add job manually
{% endblock %}