• {% if not short %} {% if wish.remaining_days <= 10 and wish.remaining_days >= 0 %} {{ _("Only a few days left!") }} {% end %}

    {{ escape(wish.title) }}

    {{ wish.description }}
    {% end %}

    {{ "%d%%" % wish.percentage }}

    {{ _("funded") }}

    {{ _("%s €") % wish.donated }}

    {{ _("donated") }}

    {% if wish.remaining_days >= 0 %}

    {{ wish.remaining_days }}

    {{ _("day to go", "days to go", wish.remaining_days) }}

    {% elif wish.status == "in_progress" %}

    {{ _("In progress") }}

    {% elif wish.status == "finished" %}

    {{ _("Finished") }}

    {% else %}

    {{ _("Funding ended") }}

    {% end %}

    {{ _("Share this wish with your friends and help us promote it!") }}