]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/wishlist/wish.html
506073439f76eee901030fd021aeed73da13bd21
[people/shoehn/ipfire.org.git] / templates / wishlist / wish.html
1 {% extends "base.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 {% module Wishlist([wish,], short=True) %}
11
12 {% raw 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 %}