{% extends 'layout.twig' %} {% macro checked(option) %} {% if option is defined and option == 'on' %} checked="checked" {% endif %} {% endmacro %} {% macro radio_checked(option, value) %} {% if option is defined and option == value %} checked="checked" {% endif %} {% endmacro %} {% block content %} {% import _self as checkbox %} {% import '@ui/tooltip.twig' as tooltip %} {% set shortcodeOptions = environment.getModule('tables').getShortcodesList() %}
{{ environment.translate('Note that the table may look a little different depending on your theme style.') }}
{{ environment.translate('Loading your table, please wait...') }}