{% 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 }} |
| Automatic synchronization | {% if object.sync_enabled %} {% else %} {% endif %} |
| Skip version check | {% if object.skip_version_check %} {% else %} {% endif %} |