{% extends 'generic/object.html' %} {% load i18n %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block extra_controls %} {% if perms.netbox_security.change_natpool %} Add Pool Member {% endif %} {% endblock extra_controls %} {% block content %}
{% trans "NAT Pools" %}
{% trans "Name" %} {{ object.name }}
{% trans "Status" %} {% badge object.get_status_display bg_color=object.get_status_color %}
{% trans "Pool Type" %} {{ object.pool_type }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Member Count" %} {{ object.member_count|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}