{% extends 'ui/base-form.html' %} {% load url from future %} {% load icons %} {% block formbuttons %}
{% if device.verified %}   {% icon 'fugue-wand-hat' %} Deploy {% endif %}
{{ form.save_comment }}
{% for e in form.save_comment.errors %}
{{ e }}
{% empty %}
{{ form.save_comment.help_text }}
{% endfor %}
{% endblock %}