I'm trying to add one div which should not loop as the other elements inside the dataview component. Here in the attached image you'll see what I want to accomplish: one fixed div that says "add new account" and next to it other several accounts, as many as the user have. The thing is that if I add anything inside the data view, it will repeat among the other elements that is looping, for what I understand dataview is made for looping information, so what if I want to include one single fixed element before or after the looped elements?
