{% extends "api2/base.html" %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block sub_title %}{% trans "New Replies" %} - {% endblock %} {% block main_panel %} {% for msg in group_msgs %}
{{ msg.message|seahub_urlize|find_at|linebreaksbr }}
{% if msg.attachment %} {% with ma=msg.attachment %} {% endwith %} {% endif %}