Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / pithos / api / templates / hashes.xml @ 8c306eab

History | View | Annotate | Download (227 Bytes)

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

    
3
<object name="{{ object }}" bytes="{{ bytes }}" block_size="{{ block_size }}" block_hash="{{ block_hash }}">
4
  {% for hash in hashes %}
5
  <hash>{{ hash }}</hash>
6
  {% endfor %}
7
</object>