HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/delta/wp-content/plugins/sitepress-multilingual-cms/templates/wizard/summary-step.twig
<div class="wpml-wizard-step wpml-summary-step js-wpml-summary-step"
     data-mode='{{ mode }}'>

    <h2 class="text-center">{{ strings.title }}</h2>

    <div class="wpml-translators-wrapper">

    {% if( translators|length > 0 ) %}
        <div class="wpml-local-translators js-wpml-local-translators">
            <h3>{{ strings.local_translators }}:</h3>
            <ul>
                {% for user in translators %}
                    <li>{{ user.display_name }}</li>
                {% endfor %}
            </ul>
            <div class="notice notice-success inline">
                <p>{{ strings.local_summary }}</p>
            </div>
        </div>
    {% endif %}

    {% if ( translation_service ) %}
        <div class="wpml-translation-service js-wpml-translation-service">
            <h3>{{ strings.translation_service }}:</h3>
            <div class="wpml-translation-service-activated">
                <img src="{{ translation_service.logo_url }}">
                <strong>{{ translation_service.name }}</strong>
            </div>
        </div>
    {% endif %}

    </div>

    <div class="wpml-tm-instructions">
        {{ strings.instructions|raw }}
    </div>



    <div class="wpml-wizard-buttons-container">
        <button class="button button-secondary alignleft  js-go-back">&laquo; {{ strings.go_back }}</button>
        <button class="button wpml-button button-lg alignright js-done">{{ strings.done }}</button>
	    <div class="wpml-translation-summary-step__ate-error"></div>
    </div>

</div>