{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Ingestion" %} | {{ object.ingestion|linkify }} |
|---|---|
| {% trans "Timestamp" %} | {{ object.timestamp }} |
| {% trans "Phase" %} | {{ object.get_phase_display }} |
| {% trans "Model" %} | {{ object.model|placeholder }} |
| {% trans "Exception" %} | {{ object.exception|placeholder }} |
{{ object.message }}
{% trans "Schema identifiers only. Key values are deliberately not recorded." %}
| {{ key }} | {{ value }} |
|---|
{% trans "No diagnosis was recorded for this issue. Issues from before this release captured only the exception type." %}
{% endif %}| {% trans "Coalesce Fields" %} | {{ object.coalesce_fields }} |
|---|---|
| {% trans "Defaults" %} | {{ object.defaults }} |