{% if animations %}
{% if global.opac_rgaa_active %}

{{ msg.animations_see_title }}

{% else %}

{{ msg.animations_see_title }}

{% endif %} {% 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 %}
{% if !animation.event.duringDay %} {% if animation.event.startDate != animation.event.endDate %} {{ msg.animations_date_to }} {{ animation.event.endDate }} {% if animation.event.endHour != '00:00' %} {{ animation.event.endHour }} {% endif %} {% endif %} {% endif %}
{% if !animation.hasChildrens and animation.hasQuotas %} {% if animation.allQuotas.animationQuotas.internet != 0 and animation.allQuotas.availableQuotas.internet != 0 %} {{ animation.allQuotas.availableQuotas.internet }} / {{ animation.allQuotas.animationQuotas.internet }} {% else %} {% if animation.allQuotas.animationQuotas.internet != 0 and animation.allQuotas.availableQuotas.internet == 0 %} {{ msg.quotas_not_set_biblio }} {% else %} {{ msg.animation_quota_no_limit }} {% endif %} {% endif %} {% endif %}
{% else %}

{{ msg.animation_unavailable }}

{% endif %}