{% load django_bootstrap5 %} {% load i18n %} {% load humanize %}

Memberaudit Char Checker

{% if chars %}
{% for char_id, char_info in chars.items %} {% endfor %}
Name Information Status
{{ char_info.name }} {{ char_info.issues }}
{% translate "Please register all Characters to the Member Audit System" %}
{% else %}
{% translate "All Characters are registered to the Member Audit System" %}
{% endif %}