| Redmine # | Задача | Bitrix24 # | Статус |
|---|---|---|---|
| {{ result.task_id }} | {{ result.task_title }} | {% match result.bitrix_id %} {% when Some(id) %} #{{ id }} {% when None %} — {% endmatch %} | {% match result.error %} {% when Some(err) %} ❌ {{ err }} {% when None %} ✅ Успешно {% endmatch %} |