|
|
|
|
@ -176,8 +176,10 @@ |
|
|
|
|
<h1 class="club padding10">{{ tournament.full_name }}</h1> |
|
|
|
|
<div class="bubble"> |
|
|
|
|
<div class="semibold">{{ tournament.local_start_date_formatted }}</div> |
|
|
|
|
{% if not tournament.is_custom_animation %} |
|
|
|
|
<div>{{ tournament.day_duration_formatted }}</div> |
|
|
|
|
<div>{{ tournament.court_count }} piste{{ tournament.court_count|pluralize }}</div> |
|
|
|
|
{% endif %} |
|
|
|
|
<p> |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
@ -202,6 +204,7 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
<hr/> |
|
|
|
|
|
|
|
|
|
{% if not tournament.is_custom_animation %} |
|
|
|
|
<p> |
|
|
|
|
{% if tournament.umpire_contact %} |
|
|
|
|
<div class="semibold">Organisateur</div> |
|
|
|
|
@ -214,7 +217,7 @@ |
|
|
|
|
<div><a href="tel:{{ tournament.umpire_phone }}" class="styled-link">{{ tournament.umpire_phone }}</a></div> |
|
|
|
|
{% endif %} |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
{% if tournament.information %} |
|
|
|
|
<p> |
|
|
|
|
<div class="semibold">Infos</div> |
|
|
|
|
@ -225,7 +228,9 @@ |
|
|
|
|
|
|
|
|
|
{% if tournament.options_fee %} |
|
|
|
|
<p> |
|
|
|
|
{% if not tournament.is_custom_animation %} |
|
|
|
|
<div class="semibold">Frais d'inscription</div> |
|
|
|
|
{% endif %} |
|
|
|
|
<ul> |
|
|
|
|
{% for option in tournament.options_fee %} |
|
|
|
|
<li>{{ option }}</li> |
|
|
|
|
|