{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% block content %}
| {% 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 }} |