{% extends "base.html" %} {% block title %}Job Auto-Approved - {{ job_name }}{% endblock %} {% block content %}

Job Auto-Approved

A job has been automatically approved and is now running.

{% set info_items = [ {'label': 'Job Name', 'value': job_name}, {'label': 'From', 'value': ds_email}, {'label': 'Status', 'value': 'Approved & Running', 'badge': 'success'} ] %} {% include 'components/info_box.html' %}

This job matched your approval criteria and was automatically approved. You will receive another notification when the job completes.

{% endblock %}