# HG changeset patch # User Goffi # Date 1692203226 -7200 # Node ID c1f384f006e803ec48ecc9d84009e3223f075431 # Parent 88d5cb043a6582f78d7df441c87a876f68f472ba bulma (call): add "ringing" status diff -r 88d5cb043a65 -r c1f384f006e8 sat_templates/templates/bulma/call/call_status.html --- a/sat_templates/templates/bulma/call/call_status.html Wed Aug 16 09:46:20 2023 +0200 +++ b/sat_templates/templates/bulma/call/call_status.html Wed Aug 16 18:27:06 2023 +0200 @@ -5,4 +5,8 @@

{% trans %}Calling {{name}}…{% endtrans %}

+{% elif status == "ringing" %} +
+

{% trans %}{{name}}'s device is ringing…{% endtrans %}

+
{% endif %}