{# Turing public profile component; macro signature is compatible with ui-default 4.58.5. #}
{% macro render_inline(udoc, avatar=true, badge=true, modbadge=true, levelbadge=true) %}
{% if udoc %}
{% if avatar %}
{% endif %}
{{ udoc.turingName or ('历史账号 #' + udoc._id) }}
{% else %}已注销用户{% endif %}
{% endmacro %}