Hi, I've got a weird behaviour when I create a template with ability command buttons for the skills through my sheet worker. For every skills hard coded, I can arrange them by theme but I've got the possibility to add skills with a repeating section. When I get the elements of the repeating section, they are all at the top of the rolltemplate : If I put an element manually in the loop, all the elements are in the right place: You can find the code here : HTML :&nbsp; <a href="http://pastebin.com/ZcVYZYhv" rel="nofollow">http://pastebin.com/ZcVYZYhv</a> CSS :&nbsp; <a href="http://pastebin.com/H9hEaeX0" rel="nofollow">http://pastebin.com/H9hEaeX0</a> Translation :&nbsp; <a href="http://pastebin.com/LZBhNTGZ" rel="nofollow">http://pastebin.com/LZBhNTGZ</a> The code is maybe not very clean but I'm not finished yet :) I don't see if I wrote something wrong of if it's a normal behavior. Thanks.