2 <head tal:replace="nothing">
3 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
4 <title>slot_spacer_form</title>
6 <body tal:define="object nocall:options/object;
7 nbOfSpaces object/nbOfSpaces;"
11 <span i18n:translate="" tal:omit-tag="">Number of br:</span>
12 <input type="text" name="cols:int" size="2" tabindex="2" class="mosaic_input"
13 tal:attributes="name python:'.'.join((object.id, 'nbOfSpaces')) + ':record:int';
16 <br tal:repeat="br python:range(nbOfSpaces)" />