{%- match kind -%} {%- when Edit::Edited { rows } -%} {%- for row in rows -%} <{% if row.is_last %}tfoot{% else %}tbody{% endif %}> {%- endfor -%}
{{ row.timestamp }} {{ row.text_html|safe }}
{%- when Edit::Unsent { who, elapsed } -%} {{ who }} unsent this message part {%- if let Some(elapsed) = elapsed %} {{ elapsed }} after sending{% endif -%} ! {%- endmatch -%}