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

Job Rejected

A job submission did not match your approval criteria and was not executed.

{% set info_items = [ {'label': 'Job Name', 'value': job_name}, {'label': 'From', 'value': ds_email}, {'label': 'Status', 'value': 'Rejected', 'badge': 'error'}, {'label': 'Reason', 'value': reason} ] %} {% include 'components/info_box.html' %}

If this was unexpected, review your approval configuration with syft-bg set-script to update the approved scripts for this peer.

{% endblock %}