{% extends "base.html" %} {% block title %}Job {{ job.job_number }} - AIS Portal{% endblock %} {% block content %}
Job Profile

{{ job.job_number }}

{{ job.client_name }}

{{ job.get_status_display }}

Creation Date

{{ job.created_at|date:"d F Y, H:i" }}

Last Update

{{ job.updated_at|date:"d F Y, H:i" }}


Job Description

{{ job.description|linebreaks|default:"No description provided." }}

Agreement Status

{% if job.agreement %}

Commercial Agreement Generated

Dated: {{ job.agreement.agreement_date }}

Preview & Print
{% else %}

No agreement linked to this job yet.

{% endif %}

Workflow Actions


"Ensure all client data matches the physical purchase order before printing the agreement."

{% endblock %}