{% extends 'dcim/device/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load static %} {% block content %}
{% csrf_token %}
Power Outlets
{% if request.user.is_authenticated %} {% endif %}
{% render_table poweroutlet_table 'inc/table.html' %}
{% table_config_form poweroutlet_table %} {% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}