3 lines
338 B
HTML
3 lines
338 B
HTML
|
|
{% extends "control_plane/base.html" %}
|
||
|
|
{% block content %}<header class="page"><div><h2>Activity{% if project %} / {{ project.name }}{% endif %}</h2><p class="muted">Unified persisted event stream.</p></div></header><section class="panel">{% include "control_plane/partials/event_list.html" with events=events %}</section>{% endblock %}
|