{% extends "base.html" %} {% block doctitle %} Activity {% endblock %} {% block content %}

Team - {{ organization }}

{% include "threebot/preferences/organization/_tab_navigation.html" %}

Log History {% if logs %}(latest {{ logs|length }}){% endif %}

{% if logs %} {% for log in logs %}

{{ log }}

{% endfor %} {% else %}{# no logs #} {% endif %}
{% endblock %}