{# /** * @file * Default theme implementation for a set of indentation divs. * * These
tags are used for drag and drop tables. * * Available variables: * - size: Optional. The number of indentations to create. * * @ingroup themeable */ #} {% for i in 1..size if size > 0 %}
 
{% endfor %}