{# /** * @file * Default theme implementation from webform submission information. * * Available variables: * @todo Add variables. * * @see template_preprocess_webform_submission_information() * * @ingroup themeable */ #}
{{ 'Submission information'|t }}
{% if submissions_view %}
{{ 'Submission Number'|t }}: {{ serial }}
{{ 'Submission ID'|t }}: {{ sid }}
{{ 'Submission UUID'|t }}: {{ uuid }}
{% if uri %}
{{ 'Submission URI'|t }}: {{ uri }}
{% endif %} {% if token_update %}
{{ 'Submission Update'|t }}: {{ token_update }}
{% endif %}
{{ 'Created'|t }}: {{ created }}
{{ 'Completed'|t }}: {{ completed }}
{{ 'Changed'|t }}: {{ changed }}

{{ 'Remote IP address'|t }}: {{ remote_addr }}
{{ 'Submitted by'|t }}: {{ submitted_by }}
{{ 'Language'|t }}: {{ language }}

{{ 'Is draft'|t }}: {{ is_draft }}
{% if current_page %}
{{ 'Current page'|t }}: {{ current_page }}
{% endif %}
{{ 'Webform'|t }}: {{ webform }}
{% if submitted_to %}
{{ 'Submitted to'|t }}: {{ submitted_to }}
{% endif %} {% if sticky or notes %}
{% if sticky %}
{{ 'Flagged'|t }}: {{ sticky }}
{% endif %} {% if notes %}
{{ 'Notes'|t }}: {{ notes }}
{% endif %} {% endif %} {% else %}
{{ 'Submission ID'|t }}: {{ sid }}
{{ 'Created'|t }}: {{ created }}
{% endif %}