Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / pithos / api / templates / versions.xml @ 4a669c71

History | View | Annotate | Download (216 Bytes)

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

    
3
<object name="{{ object }}">
4
  {% for version, version_timestamp in versions %}
5
  <version timestamp="{{ version_timestamp }}">{{ version }}</version>
6
  {% endfor %}
7
</object>