{% extends 'base.html' %} {% block body %} {% block header %}

Your TACC Reactors

{% endblock %} {% block headersum %} {% endblock %} {% if auth_error %}

It appears you do not have access to the Reactors Service. Error message: {{ auth_error }}

You can request access here.

{% else %}
{% if error %}

There was an error: {{ error }}

{% endif %} {% if actors %}
{% for actor in actors %} {% endfor %}
Reactor ID Reactor Name Image Description Default Environment Owner Reactor Status Privileged Create Time Last Update Time Action
{{ actor.id }} {{ actor.name }} {{ actor.image }} {{ actor.description }} {{ actor.defaultEnvironment }} {{ actor.owner }} {{ actor.status }} {{ actor.privileged }} {{ actor.createTime }} {{ actor.lastUpdateTime }}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% endif %} {% endblock %}
First name:
Last name: