diff --git a/IPython/html/templates/tree.html b/IPython/html/templates/tree.html index c3a708c..0d270b7 100644 --- a/IPython/html/templates/tree.html +++ b/IPython/html/templates/tree.html @@ -53,6 +53,10 @@ data-terminals-available="{{terminals_available}}" + {% else %} + {% endif %} @@ -97,13 +101,15 @@ data-terminals-available="{{terminals_available}}"
- {% if terminals_available %} -
-
-
There are no terminals running.
-
-
+
+
+ {% if terminals_available %} +
There are no terminals running.
+ {% else %} +
Terminals are unavailable.
{% endif %} +
+