{% extends "excerptexport/layouts/base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }}
| {% trans 'ID' %} | {{ extraction_order.id }} |
|---|---|
| {% trans 'Excerpt' %} | {{ extraction_order.excerpt.name }} |
| {% trans 'Status' %} | {% include 'excerptexport/partials/status.html' with status=extraction_order.get_state_display %} {% with extraction_order.get_state_display|lower as state %} {{ state }} {% endwith %} |
| {% trans 'Extraction started at' %} | {{ extraction_order.process_start_date|date:"r" }} | {% endif %}
| {% trans 'Issuer' %} | {{ extraction_order.orderer.get_username }} |