dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Ablageort-Liste
ulrich
2021-04-05
a43e1a055018aab9590c88c45d8495f99bfb6254
[tango.git]
/
www
/
ui
/
data
/
tpl
/
ablageort_liste.tpl
1
2
3
4
5
6
7
8
9
<div class='entity-formular'>
Ablageorte
<ul class='entity-liste'>
{{#ArrayList}}
<li class='entity-eintrag'>{{.}}</li>
{{/ArrayList}}
</ul>
</div>