{% load i18n %}
{% trans "Created at" %}
: {{ object.created_at|date:"d M Y" }}
{% trans "Status" %}
: {{ object.get_status_display }}
{% if object.data.sampling_options %}
{% trans "Sampling" %}
: {% trans "Yes" %}
{% trans "Scheduled At" %}
: {{ object.data.sampling_schedule }}
{% trans "Estimation day" %}
: {{ object.data.sampling_estimation }} {% trans "Days" %}
{% else %}
{% trans "Sampling" %}
: {% trans "No" %}
{% endif %}