{% extends "base.html" %} {% block title %}Jobs | TrustForge{% endblock %} {% block meta_description %}Browse completed jobs in TrustForge and open each proof workflow detail.{% endblock %} {% block content %}
Jobs

{{ current_membership.business.name }} completed job pipeline

Every job below belongs only to this workspace and can lead to a proof card, published testimonial, and higher conversion confidence.

Add completed job
{% if jobs %}
{% for job in jobs %} {% endfor %}
Customer Service Location Completed Status
{{ job.customer.full_name }}
{{ job.technician_name|default:'Technician not added yet' }}
{{ job.service_type }} {{ job.city }}, {{ job.state }} {{ job.completed_at|date:"M j, Y" }} {{ job.get_status_display }} Open
{% else %}

No jobs completed yet

Start with one field intake and TrustForge will spin up the proof workflow automatically for this business.

Create first job
{% endif %}
{% endblock %}