{% extends "base.html" %} {% load bootstrap3 %} {% load static %} {% load main_tags %} {% block content-title %}{{title}}{% endblock %} {% block content-suptitle %}{{suptitle}}{% endblock %} {% block content %} {% if form.is_multipart %}
{% else %} {% endif %} {% csrf_token %} {% bootstrap_form form layout='horizontal' size='medium' %}

{% if extra_button %}
{% endif %} {% if button %}
{% endif %}
{% endblock %} {% block sidebar%} {% include "sidebar_devices.html" %} {% endblock %}