{% if telefoni_status == "error" %}

Telefoni: Error

Failed to load telefoni data.

{% elif telefoni_status == "loading" %}

Telefoni: Loading...

Fetching telefoni data.

{% elif telefoni_status == "ready" %}

Telefoni: Ready

Telefoni data loaded successfully.

{% else %}

Telefoni: No data

Telefoni is not available. Try again later or check the network.

{% endif %}