{# the HTML looks a bit odd, but it's to make copying the text work as expected #} {% macro chat_quote_display(lines) %}
{% spaceless %} {% for line in lines %}
({{ line.quote_timestamp|date('H:i:s') }}) {% spaceless %} {{ line.quote_username }} {% endspaceless %} : {% spaceless %} {{ line.quote_text }} {% endspaceless %}
{% endfor %} {% endspaceless %}
{% endmacro %}