{% extends "base.html" %} {% block title %}Input Dataset{% endblock %} {% block content %}
{% include "menu_dataset.html" %}

{% for error in form.document.errors %} {% endfor %} {%if msg %} {% endif %}
{% endblock %}