{% extends 'admin/master.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block body %}

Enter the Credentials used to communicate with the APIC.


{{ wtf.quick_form(form, form_type='horizontal', horizontal_columns=('lg', 2, 2)) }} {% if ipaddr %}

Current Settings
APIC Username: {{ username }}
APIC IP address: {{ ipaddr }}

{{ wtf.quick_form(reset_form) }} {% endif %} {% endblock %}