]> git.ipfire.org Git - ipfire.org.git/blob - templates/modules/release-item-short.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / modules / release-item-short.html
1 <div class="post">
2 <h3>{{ item.name }}</h3>
3 <p>
4 {{ _("Here you will find the downloads for the version") }} {{ item.name }}:
5 </p>
6
7 <div align="right">
8 {% if item.files %}
9 {% for file in item.files %}
10 <a class="{{ file.type }}" href="{{ file.url }}">{{ _(file.desc) }}</a><br />
11 {% end %}
12 {% else %}
13 <p>{{ _("There are no downloads available for this release.") }}</p>
14 {% end %}
15 </div>
16
17 <br class="clear" />
18 </div>