{% for event in events %}
{{ event['title'] }} {{ event['updated_at'] }}
{% if event['change'] is defined %}
{{ event['change'] }}
{% endif %}
{% else %}
No hay historial de eventos asociados a esta venta.
{% endfor %}