{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Enabled" %} | {% checkmark object.enabled %} |
| {% trans "Create" %} | {% checkmark object.type_create %} |
|---|---|
| {% trans "Update" %} | {% checkmark object.type_update %} |
| {% trans "Delete" %} | {% checkmark object.type_delete %} |
| {% trans "Job start" %} | {% checkmark object.type_job_start %} |
| {% trans "Job end" %} | {% checkmark object.type_job_end %} |
| {% trans "HTTP Method" %} | {{ object.get_http_method_display }} |
|---|---|
| {% trans "Payload URL" %} | {{ object.payload_url }} |
| {% trans "HTTP Content Type" %} | {{ object.http_content_type }} |
| {% trans "Secret" %} | {{ object.secret|placeholder }} |
| {% trans "SSL Verification" %} | {% checkmark object.ssl_verification %} |
|---|---|
| {% trans "CA File Path" %} | {{ object.ca_file_path|placeholder }} |
| {{ ct }} |
{{ object.conditions|json }}
{% else %}
{% trans "None" %}
{% endif %}{{ object.additional_headers }}
{% else %}
{% trans "None" %}
{% endif %}
{{ object.body_template }}
{% else %}
{% trans "None" %}
{% endif %}