{% 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 %} {{ msg.animations_date_to }} {{ animation.event.endDate }} {% if animation.event.endHour != '00:00' %} {{ animation.event.endHour }} {% endif %} |
{% endblock %}
{% block quota %}
{% 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 %} | {% endblock %}