|
|
|
|
@ -24,15 +24,13 @@ |
|
|
|
|
<div class="cell medium-6 large-6 topblock padding10"> |
|
|
|
|
<div class="bubble"> |
|
|
|
|
<a href="{{ first_tournament_prog_url }}" class="large-button semibold orange topmargin5">Voir la programmation de l'événement</a> |
|
|
|
|
{% if tournaments.first.information %} |
|
|
|
|
<hr/> |
|
|
|
|
<p> |
|
|
|
|
<div class="semibold">Infos</div> |
|
|
|
|
<div class="tournament-info"> |
|
|
|
|
{{ tournaments.first.information|linebreaksbr|urlize }} |
|
|
|
|
{{ tournaments.count }} tournois |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
|