{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block javascripts %} {% endblock %} {% block title %}{{ club.name }}{% endblock %} {% block body %} {% include 'donor-form.html.twig' with { 'donors': club.donors } %} {% include 'donors.html.twig' with { 'donors': club.donors } %} {% include 'donors-thanks.html.twig' %} {% include 'club_info.html.twig' %}
{% include 'menu.html.twig' %}
{#{% if club.description is not null and club.description != '' %}
{{ club.description|raw }}
{% endif %}#}
{% for i in 0..15 %}
 
{% endfor %}
{% for i in 0..59 %}
 
{% endfor %}
{% for i in 0..15 %}
 
{% endfor %}
{% for i in 0..43 %}
 
{% endfor %}
{% for i in 0..164 %}
 
{% endfor %}
{% for i in 0..43 %}
 
{% endfor %}
{% for i in 0..15 %}
 
{% endfor %}
{% for i in 0..59 %}
 
{% endfor %}
{% for i in 0..15 %}
 
{% endfor %}

{% trans %}see_donators{% endtrans %}

{#{% if club.description != '' and club.description is not null %}
{{ club.description|raw }}
{% endif %}#}

{% trans %}count_donators{%endtrans %}

{{ club.donors.count }}

{% endblock %}