{% from "_macros.html" import get_label %} {% macro upload_button_modal(resource) %} {% if g.current_user and g.current_user.is_authenticated %} {% endif %} {% endmacro %} {% macro upload_button_tab_modal(resource) %} {% if g.current_user and g.current_user.is_authenticated %} Upload {% endif %} {% endmacro %} {% macro vue_upload_button_tab_modal(resource) %} {% if g.current_user and g.current_user.is_authenticated %} Upload {% endif %} {% endmacro %}