{# History entries partial #} {% if history %} {% for entry in history|reverse %}
Turn {{ entry.turn }}
{{ entry.action }}
{{ entry.dm_response[:150] }}{% if entry.dm_response|length > 150 %}...{% endif %}
{% endfor %} {% if pagination and pagination.has_more %} {% endif %} {% else %}

No history yet.

{% endif %}