{% extends "../base-1.html" %} {% block title %}{{ wish.title }} - {{ _("Wish") }}{% end block %} {% block body %} {{ modules.Wishlist([wish,], short=True) }} {{ wish.description }}

{{ _("Launched: %s") % wish.date_start }} • {{ _("Funding ends: %s") % wish.date_end }}

{% end block %}