{% extends "api2/base.html" %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block main_panel %} {% if events and events|length > 0 %}
{% include "api2/events_body.html" %}
{% if events_more %}
{% trans 'Loading...' %}

{% endif %}
{% else %}

{% trans "No activity now or the function is not supported." %}

{% endif %} {% endblock %} {% block extra_script %} {% endblock %}