{% macro qrModal (modals=[],vid=False, close=None) %} {% for theModal in modals%} {% endfor %} {% endmacro %} {% macro confirmModal (modals=[], yes='Yes', no='No') %} {% for theModal in modals%} {% endfor %} {% endmacro %} {% macro mapModal (modals=[], close='Close') %} {% for theModal in modals%} {% endfor %} {% endmacro %}