{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% block content %}
{% trans "Policer Object" %}
{% trans "Name" %} {{ object.name }}
{% trans "Bandwidth Limit (bits/s)" %} {{ object.bandwidth_limit|placeholder }}
{% trans "Bandwidth Percent" %} {{ object.bandwidth_percent|placeholder }}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}