Files
farmOS-dev/web/modules/inline_entity_form/templates/inline-entity-form-entity-table.html.twig
2024-12-10 15:08:16 +01:00

16 lines
353 B
Twig

{#
/**
* @file
* Default theme implementation for a theme's inline_entity_form_entity_table form.
*
* Available variables:
* - form: Form elements for the inline_entity_form_entity_table form.
* - table: The table of referenced entities.
*
* @see template_preprocess_inline_entity_form_entity_table()
*
* @ingroup themeable
*/
#}
{{ table }}