]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/wishlist/wish.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / www / templates / wishlist / wish.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ wish.title }} - {{ _("Wish") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ wish.title }}</h1>
8 </div>
9
10 {{ modules.Wishlist([wish,], short=True) }}
11
12 {{ wish.description }}
13
14 <hr>
15
16 <p class="ac">
17 <i class="icon-calendar"></i>
18 {{ _("Launched: %s") % wish.date_start }}
19
20 &bull;
21
22 <i class="icon-time"></i>
23 {{ _("Funding ends: %s") % wish.date_end }}
24 </p>
25 {% end block %}