{% if job_info.customer_id %}{{ job_info.customer_id }}{% else %}None{% endif %}
{% if job_info.product_id %}{{ job_info.product_id }}{% else %}None{% endif %}
{% if job_info.lot %}{{ job_info.lot }}{% else %}None{% endif %}
{% if job_info.status_id %}{{ job_info.status_id }}{% else %}None{% endif %}