Mapari de rezolvat

{% if message %}
{{ message }}
{% endif %} {% if not pending %}
Nicio operatie nemapata. Tot ce a venit s-a tradus in coduri RAR.
{% else %}

Operatii ROAAUTO necunoscute, blocate in needs_mapping. Alege codul RAR (sugestia fuzzy e preselectata) si salveaza — submission-urile se deblocheaza automat.

{% for e in pending %} {% set top = e.suggestions[0] if e.suggestions else None %} {% set preselect = top.cod_prestatie if (top and top.score >= 60) else '' %}
{{ e.cod_op_service }} {{ e.blocked }} blocate
{{ e.denumire or '(fara denumire)' }}
{% if e.suggestions %}
sugestii: {% for s in e.suggestions[:3] %} {{ s.cod_prestatie }} ({{ s.score|round|int }}%){% if not loop.last %}, {% endif %} {% endfor %}
{% endif %}
{% endfor %} {% endif %}