{% if animation.name %}
{{ msg.animation_title }} : | {{ animation.name }} |
{{ msg.animation_parent }} : | {{ animation.parent.name }} |
{{ msg.animation_date }} : | {% if animation.event.startDate != animation.event.endDate %} {{ 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 %} {% else %} {{ animation.event.startDate }} {% if animation.event.startHour != '00:00' %} {{ animation.event.startHour }} {% endif %} {% if animation.event.endHour != '00:00' %} {{ msg.animations_date_hour_to }} {{ animation.event.endHour }} {% endif %} {% endif %} |
{{ msg.animation_quota_available }} : |
{% if animation.allQuotas.animationQuotas.internet %}
{% if animation.allQuotas.availableQuotas.internet > 0 %}
{{ animation.allQuotas.availableQuotas.internet }}
{% else %}
{% if animation.location.0.locationLibelle %}
{{ msg.quotas_not_set }} : {{ animation.location.0.locationLibelle }}
{% else %}
{{ msg.quotas_not_set_biblio }}
{% endif %}
{% endif %}
{% else %}
{{ msg.animation_quota_no_limit }}
{% endif %}
|
{{ msg.animation_location }} : |
{% for loc in animation.location %}
{{ loc.locationLibelle }}
{% if !loop.last %}
{% endif %} {% endfor %} |
{{ msg.animation_concepts }} : |
{% for concept in animation.concepts %}
{{ concept.displayLabel }}
{% if !loop.last %}
{% endif %} {% endfor %} |
{{ msg.animation_categories }} : |
{% for index,categ in animation.categories %}
{{ categ.displayLabel }}
{% if !loop.last %}
{% endif %} {% endfor %} |
{{ msg.animation_status }} : | {{ animation.status.label }} |
{{ msg.animation_comment }} : | {{ animation.comment }} |
{{ msg.animation_description }} : | {{ animation.description }} |