{% translate "Character Checks" as widget_title %}
{% include "framework/dashboard/widget-title.html" with title=memberaudit_app_name|add:" "|add:widget_title %}
{% if chars %}
{% translate "Name" %}
{% translate "Information" %}
{% translate "Status" %}
{% for char_id, char_info in chars.items %}
{{ char_info.name }}
{{ char_info.issues }}
{{ char_info.icon }}
{% endfor %}
{% blocktranslate %}Some characters are not registered in {{ memberaudit_app_name }}.{% endblocktranslate %}