{% extends 'generic/object_list.html' %} {% load helpers %} {% block title %}Commands{% endblock %} {% block buttons %} {% if perms.netbox_toolkit.add_command %} Add Command {% endif %} {% endblock %}