{% extends 'generic/object.html' %} {% load plugins %} {% load host %} {% block content %}
REGISTRY
Host {{ object.host }}
Name {{ object.name }}
Server Address {{ object.serveraddress }}
username {{ object.username|placeholder }}
email {{ object.email|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' with filter_name='registry_id' %} {% plugin_right_page object %}
Images
{% if perms.netbox_docker_plugin.add_image %} {% endif %}
{% plugin_full_width_page object %}
{% endblock content %}