Research note
v{{ selected_artifact.version }}
{{ selected_artifact.title }}
Use this note
{% endif %}
{% if artifact_preview.metadata_items %}
{% if selected_artifact.reader_summary %}
Plain read
{{ selected_artifact.reader_summary }}
{% endif %}
{% if selected_artifact.next_action %}
Next action
{{ selected_artifact.next_action }}
{% endif %}
{% if selected_artifact.missing_evidence %}
Missing evidence
{% for item in selected_artifact.missing_evidence %}{{ item }}{% if not forloop.last %}; {% endif %}{% endfor %}
{% endif %}
Document details
-
{% for item in artifact_preview.metadata_items %}
- {{ item.label }}
- {{ item.value }}
{{ artifact_preview.html|safe }}