milli logo in white milli logo in black
    {% for update in updates %} {% match update %} {% when UpdateStatus::Pending with { update_id , meta } %}
    1. text
      Pending {{ update_id }}
  1. {% when UpdateStatus::Processed with { update_id , meta } %}
    1. text
      Processed {{ update_id }}
  2. {% else %} {% endmatch %} {% endfor %}