projects
/
MosaicDocument.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Copie de MosaicDocument à partir de :
[MosaicDocument.git]
/
default_slots
/
slot_spacer_view.pt
1
<div tal:define="object nocall:options/object;
2
nbOfSpaces object/nbOfSpaces"
3
tal:omit-tag="">
4
<br tal:repeat="br python:range(nbOfSpaces)" />
5
</div>