{% extends "base.html" %} {% load bootstrap3 %} {% load static %} {% load main_tags %} {% block extra-head %} {% endblock %} {% block exp-active %}active{% endblock %} {% block content-title %}{{title}}{% endblock %} {% block content-suptitle %}{{suptitle}}{% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form form layout='horizontal' size='medium' %}

{% if configurations %}
{% for key in configuration_keys %} {% endfor%} {% for item in configurations %} {% for key in configuration_keys %} {% endfor %} {% endfor %}
#{{ key|title }}
{{ forloop.counter }}{{ item|value:key }}
{% endif %} {% if button %}
{% endif %}
{% endblock %} {% block sidebar%} {% include "sidebar_devices.html" %} {% endblock %} {% block extra-js%} {% endblock %}