{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "SNMP Client" %}

{% trans "Address" %}{{ object.address }}
{% trans "Name" %}{{ object.name }}
{% trans "Client Group" %} {{ object.client_group }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}