{% comment %}
Renders the name of a character including widgets
Args: auth_character, main_character_id, total_update_status
{% endcomment %}
{% load i18n %}
{{ auth_character.character_name }}
{% if auth_character.character_id == main_character_id %}
{% endif %}
{% if auth_character.character.is_shared %}
{% endif %}
{% if total_update_status.has_issue %}
⬤
{% endif %}