{% extends template_extends|default:'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load plugins %} {% block tabs %}
{% endblock %} {% block content %}| Name | {{ object.name }} |
| Description | {{ object.description }} |
| URL | {{ object.url }} |
| HTTPS Certificate validation | {{ object.validate_certs }} |