{% if event_msgs|length>0 %} {% for msg in event_msgs %}
  • {{ msg.user }}

    {{ msg.date }}

    {{ msg.log }}

  • {% endfor %} {% endif %}