{% extends "base.html" %} {% block content %} {% for automation in resources %} {% endfor %}
Automation Environment Created at Created by Last modified at
{{ automation.connection_id }} {{ automation.display_name }} {{ automation.environment_id }} {{ automation.created_at }} {{ automation.created_by.email }} {{ automation.last_modified_at }} Playground Raw
{% endblock %} {% block scripts %} {% endblock %}