{{ "{:,}".format(total) }} matching{% if offset > 0 %} · {{ offset + 1 }}–{{ offset + jobs|length }}{% endif %}
{% if db_empty %}

Your paper is blank.

jobhunt hasn't pulled any listings yet. Press Refresh sources in the masthead to pull from {{ default_source_count or 30 }}+ company job boards. It takes a minute or two.

After the first pull, results appear below. You can also add your own favourite companies on the Sources page.

{% elif not jobs %}

No matches. Widen filters, or hit Refresh sources if everything looks stale.

{% endif %}
    {% for j in jobs %}
  1. {{ j.title }}
    {% if j.cv_match is not none %} {{ "%.0f"|format(j.cv_match * 100) }}% {% endif %} {{ "%.2f"|format(j.score) }}
    {{ j.company }} {% if j.location %}·{{ j.location }}{% endif %} {% if j.remote and j.remote != 'unknown' %}{{ j.remote }}{% endif %} {% if j.level and j.level != 'unknown' %}{{ j.level }}{% endif %} {% if j.min_years is not none %}{{ j.min_years }}+ yrs{% endif %} {% if j.degree and j.degree != 'unknown' %}{{ j.degree }}{% endif %} {% if j.employment_type and j.employment_type != 'unknown' %}{{ j.employment_type }}{% endif %} {% if j.visa_sponsorship == 'yes' %}visa sponsor{% endif %} {% if j.salary_min or j.salary_max %} {%- if j.salary_estimated %}~{% endif -%} {%- if j.salary_currency == "USD" or not j.salary_currency %}${% endif -%} {%- if j.salary_min %}{{ "{:,}".format(j.salary_min) }}{% endif -%} {%- if j.salary_min and j.salary_max %}–{% endif -%} {%- if j.salary_max %}{{ "{:,}".format(j.salary_max) }}{% endif -%} {%- if j.salary_currency and j.salary_currency != "USD" %} {{ j.salary_currency }}{% endif -%} {%- if j.salary_estimated %} est.{% endif -%} {% endif %}
    {% if j.languages or j.skills %}
    {% for l in j.languages %}{{ l }}{% endfor %} {% for s in j.skills %}{{ s }}{% endfor %}
    {% endif %}
    {{ j.source }} {% if j.posted_at %}·{{ j.posted_at | localdate }}{% endif %} view on {{ j.url | replace('https://', '') | replace('http://', '') | truncate(40, true, '…') }} →
  2. {% endfor %}