Statistics
| Branch: | Tag: | Revision:

root / pithos / api / templates / accounts.xml @ d2fe6aff

History | View | Annotate | Download (264 Bytes)

1
{% spaceless %}
2
<?xml version="1.0" encoding="UTF-8"?>
3

    
4
<accounts>
5
  {% for account in accounts %}
6
  <account>
7
  {% for key, value in account.items %}
8
    <{{ key }}>{{ value }}</{{ key }}>
9
  {% endfor %}
10
  </account>
11
  {% endfor %}
12
</accounts>
13
{% endspaceless %}