{% from "_forms.html" import quickform %} {% extends "layout.html" %} {% block content %} {{ quickform(unlockForm) }}