{% include "formMacros.html" %}

{% block title %} {{ __('Insert Table') }} {% endblock %}

{# Certain widgets, like the slideshow, are best off overriding all of this at one go #} {% block formAll %} {% block formBody %} {{ formText('rows', 'Rows') }} {{ formText('columns', 'Columns') }} {% endblock %} {% endblock %}