dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Drag and drop fuer Abspiellisten eingebaut
undisclosed
2023-01-09
1bf4f6d3cdcf1445c2a40959f286a73485eb31c8
[tango.git]
/
www
/
data
/
tpl
/
geraet_liste.txt
1
2
3
4
5
6
7
<div class='entity-formular'>
<ul class='entity-liste'>
{{#ArrayList}}
<li class='entity-eintrag'>{{.}}</li>
{{/ArrayList}}
</ul>
</div>