{% extends "base-fluid.html" %} {% from "_helpers.html" import is_active %} {% block title %}Tasks{% endblock %} {% block main %} {% set path = request.path %}
{% block tasks_main %} {% if current_user.is_authenticated and current_user.is_admin %}

{%- endif %}
Id Name Created at Ended at Status AWX job Depends on Command User
{%- endblock %} {%- endblock %} {% block csentry_scripts %} {% endblock %}