{% extends 'base.html' %} {% block body %} {% block header %} {% load static from staticfiles %}

Registered Abaco Actors

{% endblock %} {% if error %}

There was an error: {{ error }}

{% endif %} {% if actors %}
{% for actor in actors %} {% endfor %}
Tenant Actor ID Actor Name Image Owner Actor Status Pending Messages Total Executions Total Runtime Create Time Last Update Time
{{ actor.tenant }} {{ actor.id }} {{ actor.name }} {{ actor.image }} {{ actor.owner }} {{ actor.status }} {{ actor.messages }} {{ actor.executions }} {{ actor.runtime }} {{ actor.createTime }} {{ actor.lastUpdateTime }}
{% endif %} {% endblock %}