{# @var c \App\Containers\Container #}
  • {% if c.GetStartingState().value == 'starting' %} {{ c.GetDisplayName() }} (Starting) {% elseif c.GetRunningState().value == 'running' %} {{ c.GetDisplayName() }} (Running) {% else %} {{ c.GetDisplayName() }} (Stopped) {% endif %} {% if c.GetDocumentation() != '' %} (docs) {% endif %} {% if c.GetUiSecret() != '' %}
    Show password for {{ c.GetDisplayName() }}
    {% endif %}