{% extends "base.html" %} {% from "components/text_input.html" import TextInput %} {% block content %} {% include "fragments/flash.html" %}
{{ form.csrf_token }}

Task Order

{{ TextInput(form.clin_0001) }} {{ TextInput(form.clin_0003) }} {{ TextInput(form.clin_1001) }} {{ TextInput(form.clin_1003) }} {{ TextInput(form.clin_2001) }} {{ TextInput(form.clin_2003) }}
{% endblock %}