{% extends 'base.html' %} {% block content %} {% if bt_error %}
{{ bt_error }}
{% endif %}
{% for ctrl in bt_ctrl %} {% endfor %}
IDpoweredAliasMAC Address
{{ loop.index }}{{ ctrl.Powered }}{{ ctrl.Alias }}{{ ctrl.Address }}
{% endblock %}