{% include 'components/reading-style.html' %} {% from 'components/record-references.html' import record_references with context %} {% from 'macros.html' import evidence_link with context %} {% if not data.experience %}

{{ t.methods_empty }}

{{ t.methods_empty_body }}

{{ t.back_home }}
{% else %}
← {{ t.back_methods }} {{ t.experience }} · {{ data.title }}

{{ data.experience.lesson }}

{% for field in ['situation', 'action', 'outcome'] %}

{{ t[field] }}

{{ data.experience[field] }}

{% endfor %} {% call record_references(data.experience, 'experience') %} {% include 'components/record-sources.html' %} {% endcall %}
{% include 'components/evidence-modal.html' %} {% endif %}