{% extends "base.html" %} {% block content %} {% from "_formhelpers.html" import render_field %}
{{ render_field(form.user_id) }}

{% endblock %}