{% load seahub_tags avatar_tags i18n %} {% load url from future %} {% for r in replies %} {% with id=r.from_email|id_or_email name=r.from_email|email2nickname %}
  • {% avatar r.from_email 28 %}
    {{ name }} {{ r.timestamp|translate_seahub_time }} {% trans 'Reply' %}

    {{ r.message|seahub_urlize|find_at|linebreaksbr }}

  • {% endwith %} {% endfor %}