{% load i18n admin_urls simpelcore_tags %}
{{ object.inner_id }} {{ object.name }}
{{ object.reference_id }} {{ object.product }}
{{ object.completes }} {% trans "of" %} {{ object.quantity }} {{ object.product.unit }}
Progress: {{ object.progress|point }}
{% if object.deliverable_information %}
{% trans "Deliverable Informations" %}
{% if object.deliverable_information %}
{{ object.deliverable_information.name|title }}{% if object.deliverable_information.phone %}, {{ object.billing_address.phone }}{% endif %}
{{ object.deliverable_information.text_line_1 }}
{{ object.deliverable_information.text_line_2 }}
{% else %}
{% trans "Deliverable information not set, using customer profile." %}
{% endif %}
{% endif %} {% if object.reference.bundles.count %}
{% for parameter in object.get_parameters %} {% endfor %}
{% trans "#" %} {% trans "Item" %} {% trans "Unit" %} {% trans "Unit Code" %} {% trans "Analysis Method" %}
{{ parameter.inner_id }} {{ parameter.name }} {% firstof parameter.unit '-' %} {% firstof parameter.unit_code '-' %} {% firstof parameter.analysis_method '-' %}
{% endif %}