{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Hostname / IP | {{ object.hostname }} |
| Port | {{ object.port }} |
| Protocol | {% if object.use_https %}HTTPS{% else %}HTTP{% endif %} |
| API Key | {% if object.api_key %}(configured){% else %}None{% endif %} |
| Verify SSL | {% if object.verify_ssl %}{% else %}{% endif %} |
| Base URL | {{ object.base_url }} |
| Sync Standalone Scopes | {% if object.sync_standalone_scopes %}{% else %}{% endif %} |