{% load i18n %}
  • {% if not is_using_npc %} {% if request.session.killtracker_toogle_npc %} {% translate "NPC types: enabled" %} {% else %} {% translate "NPC types: disabled" %} {% endif %} {% else %}

    NPC types in use

    {% endif %}