{#
/**
* @file
* Default theme implementation to navigate webform submission.
*
* Available variables:
* - prev_url: URL to the previous webform submission.
* - next_url: URL to the next webform submission.
* - webform_id: The webform ID. Provided for context.
* - webform_title: The webform title. Provided for context.
*
* @see template_preprocess_webform_submission_navigation()
*
* @ingroup themeable
*/
#}
{% if prev_url or next_url %}
{% endif %}