# HG changeset patch # User Goffi # Date 1692277175 -7200 # Node ID 16dc76f5878292dfda3eba1e04f4e9c263e7e356 # Parent d54565d166d739a6c7179be0b51916df64b87275 bulma (call/status): add `connecting` and `connection-lost` statuses diff -r d54565d166d7 -r 16dc76f58782 sat_templates/templates/bulma/call/call_status.html --- a/sat_templates/templates/bulma/call/call_status.html Thu Aug 17 11:25:19 2023 +0200 +++ b/sat_templates/templates/bulma/call/call_status.html Thu Aug 17 14:59:35 2023 +0200 @@ -1,4 +1,3 @@ - {% if status == none %}
@@ -18,6 +17,14 @@

{% trans %}Call with {{name}} is on hold…{% endtrans %}

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

{% trans %}Connecting with {{name}}…{% endtrans %}

+
+{% elif status == "connection-lost" %} +
+

{% trans %}Connection with {{name}} lost.{% endtrans %}

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

{% trans %}Reconnecting to {{name}}…{% endtrans %}