{% if animations %}

{{msg.animations_see_title }}

{% for animation in animations %} {% block name %} {% endblock %} {% block date %} {% endblock %} {% block quota %} {% endblock %} {% endfor %}
{{ msg.animation_title }} {{ msg.animation_date }} {{ msg.animation_quota_available }}
{{ animation.name }} {{ animation.event.startDate }} {% if animation.event.startHour != '00:00' %} {{ animation.event.startHour }} {% endif %}
{{ msg.animations_date_to }} {{ animation.event.endDate }} {% if animation.event.endHour != '00:00' %} {{ animation.event.endHour }} {% endif %}
{% if !animation.hasChildrens and animation.hasQuotas %} {% if animation.allQuotas.animationQuotas.global %} {{ animation.allQuotas.availableQuotas.global }} / {{ animation.globalQuota }} {% else %} {{ msg.animation_quota_no_limit }} {% endif %} {% endif %}
{% else %}

{{ msg.animation_unavailable }}

{% endif %}