{% extends "evd_base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block content %}
{{ form.hidden_tag() }} {{ wtf.form_field(form.cves) }} {{ wtf.form_field(form.archive) }} {% for fname in config['SUBMISSION_GROUPS'][group] %} {% set f = form._fields[fname] %} {{ wtf.form_field(f) }} {% endfor %}
{% endblock %} {% block tail %} {{ super() }} {% endblock tail %}