{% extends "devilry_qualifiesforexam/base.django.html" %} {% load i18n %} {% load cradmin_legacy_tags %} {% block content %}
{% trans 'This table shows the result of your choices' %}
{% endif %}{% trans "Draft ID" %}: #{{ draft_status.id }}
{% trans "Status" %}: {% if draft_status.status == "error" %}{{ draft_status.status_label }}{% else %}{{ draft_status.status_label }}{% endif %}
{% trans "Started" %}: {% if draft_status.processing_started_datetime %} {{ draft_status.processing_started_datetime|date:"DATETIME_FORMAT" }} {% else %} -- {% endif %}
{% trans "Completed" %}: {% if draft_status.processing_completed_datetime %} {{ draft_status.processing_completed_datetime|date:"DATETIME_FORMAT" }} {% else %} -- {% endif %}
{% if draft_status.processing_status == "not_started" or draft_status.processing_status == "in_progress" %}{% blocktrans trimmed %} The preview is being generated in the background and may take a while to complete. The page will reload automatically until the preview is completed. When the preview is ready, you can click on the "Save" button to save your changes. {% endblocktrans %}
{% elif draft_status.processing_status == "error" %}{% blocktrans trimmed %} An error occurred while generating the preview. Click on the "Back"-button and try to generate a new preview. If the problem persists, please contact support and provided them with the info shown here. {% endblocktrans %}
{% endif %}