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

    {{ c.GetUiSecret() }}

    {% endif %}