{% endif %}
{% if job_model.has_sensitive_variables and job_model.approval_required %}
This job is flagged as possibly having sensitive variables but is also flagged as requiring approval.
One of these two flags must be removed before this job can be run.
{% endif %}
{% if not job_model.installed or job_model.job_class is None %}
This job is not presently installed and cannot be run.