{% import '_macros.html' as ui %}
| Operatie | Sugestii | Cod RAR | In coada | |
|---|---|---|---|---|
|
{{ e.cod_op_service }}
{{ e.blocked }} blocate
{{ e.denumire or '(fara denumire)' }}
|
{% if e.suggestions %} {% for s in e.suggestions[:3] %} {{ s.cod_prestatie }} ({{ s.score|round|int }}%){% if not loop.last %}, {% endif %} {% endfor %} {% else %}—{% endif %} | {{ ui.autosend_toggle(form_id="map-rez-" ~ loop.index, checked=True) }} |
| Operatie | Cod RAR | In coada | Actiuni |
|---|---|---|---|
|
{{ m.cod_op_service }}
acum: {{ m.cod_prestatie }}{% if m.nume_prestatie %} — {{ m.nume_prestatie }}{% endif %}
|
{{ ui.autosend_toggle(form_id="map-salv-" ~ loop.index, checked=m.auto_send) }} |
{# Salveaza/Sterge in meniu contextual (kebab) — randul ramane ingust. Butoanele se
leaga prin form= de cele doua form-uri hx-post definite in prima celula a randului. #}
⋯ |
Antetele de fisier recunoscute. Un fisier cu alte coloane = format nou separat.
| Coloane | Mapari (coloana → camp) | Format data | |
|---|---|---|---|
| {{ f.columns | length }} coloane | {% for col, camp in f.mappings.items() %} {{ col }} → {{ camp }}{% if not loop.last %}; {% endif %} {% endfor %} |