{% include 'jobs/partials/form.html' with id='run-job' button_text='Run command' file_upload=True info_text=info_text %}
{% include 'jobs/job-detail-history.html' %}
{% if show_warnings %}
Warnings
If you're going to run a new management command that has just been deployed, make sure
Terraform has finished applying the deployment. Otherwise a consumer worker that doesn't
have the new code yet might try to pick up the job and it'll crash.