{{ a.stem }}.ask.json{% if a.multi %} · {{ a.questions|length }} questions{% endif %}
{% if a.answer %}{{ a.answer.answered_at }}{% if a.answer.answered_by %} · {{ a.answer.answered_by }}{% endif %}{% endif %}
This ask could not be read: {{ a.error }}
{% else %}{{ a.prompt }}
{% if a.answer %}
{% if a.multi %}
{% for q in a.questions %}{% set qa = a.answer.answers.get(q.key) %}
{% endif %}
{{ q.prompt }}
{% endfor %}
{% else %}
{{ qa.label if qa else '—' }}
{% if qa and qa.notes %}{{ qa.notes }}{% endif %}
{{ a.answer.label }}
{% endif %}
{% if a.answer.notes %}{{ a.answer.notes }}{% endif %}
→ {{ a.stem }}.answer.json