{% extends "base.html" %} {% block title %}Règles de langue — StreamFusion Admin{% endblock %} {% block page_title %}Règles de langue{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% for rt in rule_types %} {% set rules = grouped.get(rt, []) %}
{{ rt }} ({{ rules|length }})
{% if rt == 'priority_group' %}{% endif %} {% for r in rules %} {% if rt == 'priority_group' %} {% endif %} {% else %} {% endfor %}
Clé Valeur / PatternExtra (mode)Description Actif Actions
{{ r.key }} {{ r.value }} {% if r.extra %} {% if r.extra.vfq_mode %}VFQ{% else %}Défaut{% endif %} {% else %}—{% endif %} {{ r.description or '—' }} {% if r.is_active %} Oui {% else %} Non {% endif %}
Aucune règle
{% endfor %} {% endblock %} {% block extra_scripts %} {% endblock %}