{% extends "base.html" %} {% block title %}Règles de normalisation — StreamFusion Admin{% endblock %} {% block page_title %}Règles de normalisation des titres{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% for rt in rule_types %} {% set rules = grouped.get(rt, []) %}
{{ rt }} ({{ rules|length }})
{% for r in rules %} {% else %} {% endfor %}
Pattern Remplacement Description Actif Actions
{{ r.pattern }} {{ r.replacement or '—' }} {{ r.description or '—' }} {% if r.is_active %} Oui {% else %} Non {% endif %}
Aucune règle
{% endfor %} {% endblock %} {% block extra_scripts %} {% endblock %}