{% extends "base.html" %} {#{% import "bootstrap/wtf.html" as wtf %}#} {% import 'bootstrap/form.html' as bootstrap %} {% import "utils.html" as utils %} {% block page_content %} {{super()}}

Search form

Enter your title, abstract and (optional) references file (in RIS format) to start the matching process.

{{ form.hidden_tag() }}
{% for error in form.title.errors %}
{{ error }}
{% endfor %}
{% for error in form.abstract.errors %}
{{ error }}
{% endfor %}
Optional
{% for error in form.ref_file.errors %}
{{ error }}
{% endfor %}
{% endblock page_content%} {% block scripts %} {{ super() }} {% endblock %}