Operator ID: <% if job.operator %> <%= job.operator_id %> - <%= job.operator.name %> (<%= job.operator.email %>) <% else %> - <% end %>

Costumer ID: <% if job.costumer %> <%= job.costumer_id %> - <%= job.costumer.name %> (<%= job.costumer.email %>) <% else %> - <% end %>

Betreiber: <%= "#{job.operator_firstname} #{job.operator_lastname}" %>

Auftraggeber: <%= "#{job.costumer_firstname} #{job.costumer_lastname}" %>

Aktueller Status: <%= %>

Paid at: <%= job.paid_at %>

Printed at: <%= job.printed_at %>

Interne Umbuchung: <%= icon bool_icon(job.intern), class: "icon" %>

Kostenstelle: <%= job.cost_center %>

Plans:
a0 a1 a2 a3 costum
<%= job.number_of_plans_a0 %> <%= job.number_of_plans_a1 %> <%= job.number_of_plans_a2 %> <%= job.number_of_plans_a3 %> <%= job.costum_qm_plan %> qm

<%= link_to "Edit this job", edit_operator_job_path(@job), class: "btn" %> <%= link_to "Back to jobs", operator_jobs_path, class: "btn" %>
<%= button_to "Destroy this job", operator_job_path(@job), method: :delete, class: "btn btn-alert inline-block" %>