{% extends 'base.html' %} {% block title %}Révision — Admin OpenCare{% endblock %} {% block content %}
Validez les recommandations extraites par l'IA avant publication
{{ rec.summary }}
{% if rec.details %}{{ rec.details[:200] }}{% if rec.details|length > 200 %}…{% endif %}
{% endif %} {% if rec.source_url or rec.source_title %}{% if status_filter == 'pending' %} Aucune recommandation en attente. Lancez un crawl pour en générer. {% elif status_filter == 'approved' %} Aucune recommandation approuvée. {% else %} Aucune recommandation rejetée. {% endif %}