+ You are currently running the {{ current_channel }} channel.
+
{% set isAnyRunning = false %}
{% set isWatchtowerRunning = false %}
{% set isBackupContainerRunning = false %}
@@ -170,7 +172,14 @@
{% else %}
- ⚠ A mastercontainer update is available. Please stop your containers in order to be able to update the mastercontainer.
+ ⚠ A mastercontainer update is available. Please stop your containers in order to be able to update the mastercontainer.
+ {% endif %}
+ {% if current_channel starts with 'latest' %}
+ You can find the changelog here
+ {% elseif current_channel starts with 'beta' %}
+ You can find the changelog here
+ {% elseif current_channel starts with 'develop' %}
+ You can find all changes here