Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / pithos / api / templates / items.xml @ 4a66acbf

History | View | Annotate | Download (124 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<items>
4
  {% for item in items %}
5
  <item>{{ item }}</item>
6
  {% endfor %}
7
</items>