{% extends "base.html" %} {% block title %}Events · iVistaar{% endblock %} {% block content %}

Events

Deployment history with actor, source change time, and optional file owner.

{% if events %} {% for e in events %} {% endfor %}
When Project Actor Event Status Source mtime Source owner Details
{{ e.created_at }} {{ e.slug }} {{ e.actor or '—' }} {{ e.event_type }} {{ e.status }} {{ e.source_mtime or '—' }} {{ e.source_owner or '—' }} {{ e.message or '—' }}
{% else %}

No events yet. Connect a project and deploy to start the record.

{% endif %} {% endblock %}