{% extends 'base.html.twig' %} {% block title %} Soutenez les projets de votre choix{% endblock %} {% block body %}
{#

Discover projects

#}
{# #}
{{ form_start(form) }}
{{ form_row(form.city) }}
{{ form_row(form.status) }}
{{ form_row(form.type) }}
{{ form_row(form.category) }}
{{ form_end(form) }}
{#
Design & Art

Creative Furniture Designs

He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment.
Melbourne, Victoria, AU
$10000pledged
81%funded
37backers
23days ago
#} {% for campagn in campagns %}
{{ campagn.title }}
{{ campagn.category.name }}  |   {{ campagn.campagnType.name }}

{{ campagn.title }}

{{ campagn.description }}.
Récoltés{{ campagn.amountCollected |format_currency('GNF') }}
{{ campagn.contributorsCount }}Acteurs
fin {{ campagn.campagnEndAt | ago }}
{% endfor %}
{# #}
{% endblock %}