{# Copyright 2016 t123yh Copyright 2022 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -#} {% include('header', { blank_page: true, css: ` .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } ` }); -%} {% if (length(stdout)): %}

{{ _('Standard Output') }}

{{ entityencode(stdout) }}
{% endif %} {% if (length(stderr)): %}

{{ _('Standard Error') }}

{{ entityencode(stderr) }}
{% endif %} {% include('footer', { blank_page: true }) %}