You are here

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.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation from form submission as a table.
  5. *
  6. * Available variables:
  7. * - table: The form submission's as a table.
  8. * @see template_preprocess_yamlform_submission_table()
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. {{ table }}