{% extends "control_plane/base.html" %} {% block content %}

Activity{% if project %} / {{ project.name }}{% endif %}

Unified persisted event stream.

{% include "control_plane/partials/event_list.html" with events=events %}
{% endblock %}