{% from "_macros.html" import icon %} {# A user turn switched into edit mode, replacing its bubble in place. Saving rewinds: the message is rewritten and everything after it is deleted, then the conversation runs again from that point. That is destructive, so the button says so and asks first. #}
{{ user.name or "You" }} editing
{% if following %} {{ following }} later message{{ '' if following == 1 else 's' }} will be discarded. {% endif %}