{% extends "nimble/base.html" %} {% load bootstrap3 %} {% block title %}{{ object.name }}{% endblock %} {% block content %}

{{ object.typename }} {{ object.name }} {% bootstrap_icon "console" %}

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% include "nimble/includes/save.html" %} {% endbuttons %}
{% endblock %}