{% from 'macros/language_selection.html' import language_selection with context %} {% macro anonymous_navigation(user_name) %} Workers Control {{ caller() }} {{ language_selection() }} {{ gettext('Help') }} {% if request.endpoint != 'auth.start' %} {{ gettext("Back")}} {% endif %} {% endmacro %}