{% import 'macros/wtf.html' as wtf %} {% macro batch_head_row(id) %} {% endmacro %} {% macro batch_body_row(class, value) %} {% endmacro %} {% macro batch_script(id, class) %} {% endmacro %} {% macro batch_buttons(form) %} {{ wtf.inline_field(form.batch_action) }} {{ form.hidden_tag() if form.hidden_tag }} {% endmacro %}