{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load static %} {% load tz %} {% block header %}
{% plugin_buttons object %} {% if perms.extras.add_customlink %} {% clone_button object %} {% endif %} {% if perms.extras.change_customlink %} {% edit_button object %} {% endif %} {% if perms.extras.delete_customlink %} {% delete_button object %} {% endif %}

{% block title %}{{ object }}{% endblock %}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Webhook
Object Type {{ object.content_type }}
Name {{ object.name }}
Group Name {{ object.group_name }}
Weight {{ object.weight }}
Target URL
{{ object.target_url }}
Button Class
New Window {% if object.new_window %} {% else %} {% endif %}
Text
{% if object.text %}
{{ object.text }}
{% else %} {{ None }} {% endif %}
{% endblock %}