{% from 'macros/language_selection.html' import language_selection with context %} {% macro accountant_navigation() %} {{ "book"|icon }} {{ current_user.name|truncate(20, True) }} {{ gettext("Dashboard") }} {{ caller() }} {{ language_selection() }} {{ gettext("Sign out")}} {% endmacro %}