{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% 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 }} |
{{ object.additional_headers }}
{% else %}
{% trans "None" %}
{% endif %}
{{ object.body_template }}
{% else %}
{% trans "None" %}
{% endif %}