{% extends "base.html" %} {% block title %}{{ job.title }} — {{ job.company }} — karyab{% endblock %} {% block content %} ← Back to listings

{{ job.title }}

{{ job.company }} {% if job.location %}{{ job.location }}{% endif %} {% if job.remote %}🏠 Remote{% endif %} {{ work_mode }} {% if job.salary %}{{ job.salary }}{% endif %}
{% if job.fit_score is not none %} {{ job.fit_score }}/100 {% endif %}

View job posting ↗

{% if fit_reasons_html %}

Fit assessment

{{ fit_reasons_html }}
{% endif %}

Application status

{% if current_status %}

Current status: {{ current_status.value|status_label }}

{% else %}

Not tracked yet.

{% endif %}

Notes

{% if notes %} {% else %}

No notes yet.

{% endif %}
{% if packet_html %}

Application packet

{{ packet_html }}
{% endif %} {% if history and history|length > 1 %}

Previous appearances

{% endif %} {% if siblings %}

Also listed on

{% endif %} {% if job.description %}

Description

{{ job.description }}
{% endif %} {% endblock %}