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

{% trans "SNMP Community" %}

{% trans "Community" %}{{ object.name }}
{% trans "SNMP Policy" %} {{ object.snmp_policy }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}