{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load static %} {% load tz %} {% block header %}
Object Type(s) |
|
Call On: | {% if object.type_create %} {% else %} {% endif %} Create {% if object.type_update %} {% else %} {% endif %} Update {% if object.type_delete %} {% else %} {% endif %} Delete |
Enabled | {% if object.enabled %} {% else %} {% endif %} |
HTTP Method | {{ object.http_method }} |
HTTP Content Type | {{ object.http_content_type }} |
Payload URL | {{ object.payload_url }} |
Additional Headers | {% if object.additional_headers %} {{ object.additional_headers }}{% else %} {{ None }} {% endif %} |
Secret | {% if object.secret %} {{ object.secret }} {% else %} {{ None }} {% endif %} |
SSL Verification | {% if object.ssl_verification %} {% else %} {% endif %} |
CA File Path | {{ object.ca_file_path }} |
{{ object.body_template }}{% else %} {{ None }} {% endif %}