{% extends "base.html" %} {% block title %}{{ job.title }} – Workforce{% endblock %} {% block content %} {% set badge = get_deadline_badge(job.deadline) if job.deadline else None %} {% set days_left = (job.deadline - today).days if job.deadline and job.deadline >= today else None %}
{% if job.is_linked and job.company %}{{ job.company.email }}{% else %}–{% endif %}
{% if job.is_linked and job.company and job.company.phone %}{{ job.company.phone }}{% else %}Not provided{% endif %}
{% if job.is_linked and job.company and job.company.address %}{{ job.company.address }}{% elif not job.is_linked and job.manual_company_address %}{{ job.manual_company_address }}{% else %}–{% endif %}