{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Name | {{ object.name }} |
---|---|
Enabled | {% if object.enabled %} {% else %} {% endif %} |
Create | {% if object.type_create %} {% else %} {% endif %} |
---|---|
Update | {% if object.type_create %} {% else %} {% endif %} |
Delete | {% if object.type_create %} {% else %} {% endif %} |
HTTP Method | {{ object.get_http_method_display }} |
---|---|
Payload URL | {{ object.payload_url }} |
HTTP Content Type | {{ object.http_content_type }} |
Secret | {{ object.secret|placeholder }} |
SSL Verification | {% if object.ssl_verification %} {% else %} {% endif %} |
---|---|
CA File Path |
{% if object.ca_file_path %}
{{ object.ca_file_path }}
{% else %}
&mdash
{% endif %}
|
{{ ct }} |
{{ object.additional_headers }}
{{ object.body_template }}