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