yamlform-submission-table.html.twig in YAML Form 8
Default theme implementation from form submission as a table.
Available variables:
- table: The form submission's as a table.
File
templates/yamlform-submission-table.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation from form submission as a table.
- *
- * Available variables:
- * - table: The form submission's as a table.
-
- * @see template_preprocess_yamlform_submission_table()
- *
- * @ingroup themeable
- */
- #}
- {{ table }}