{% if animations %}
{{ msg.animation_title }} | {{ msg.animation_date }} | {{ msg.animation_quota_available }} |
---|---|---|
{{ animation.name }} | {% endblock %} {% block date %}
{{ 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 %} |
{% endblock %}
{% block quota %}
{% 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 %} | {% endblock %}