{% extends "base.html" %} {% block title %}Job Not Approved - {{ job_name }}{% endblock %} {% block content %}
{{ friendly_reason }}
{% set info_items = [ {'label': 'Job Name', 'value': job_name}, {'label': 'Status', 'value': 'Not Approved', 'badge': 'error'} ] %} {% include 'components/info_box.html' %}If you believe this is an error, please contact the data owner to review the approved scripts for your account.
{% endblock %}