{% if animation.name %}
{**}
{% block name %}

{{ animation.name }}

{% endblock %} {% block type %}

{{ animation.type.label }}

{% endblock %} {% block status %} {% if animation.status and animation.status.id != 1 %}

{{ animation.status.label }}

{% endif %} {% endblock %}
{**}
{% block image %}
{% if animation.logo %} {% else %} {% endif %}
{% endblock %}
{% block comment %} {% if animation.comment %}

{{ animation.comment }}

{% endif %} {% endblock %} {% block description %} {% if animation.description %}

{{ animation.description }}

{% endif %} {% endblock %}
{% block categories %} {% if animation.categories %}
{{ msg.animation_categories }} :
{% endif %} {% endblock %} {% block concepts %} {% if animation.concepts %}
{{ msg.animation_concepts }} :
{% endif %} {% endblock %} {% block cp_anim %} {% if animation.customFields %}
    {% for cp in animation.customFields %} {% if cp.customField.opacShow == 1 and cp.aff %}
  • {{ cp.customField.titre }} :
    {{ cp.aff }}
  • {% endif %} {% endfor %}
{% endif %} {% endblock %}
{**} {% block buttons %} {% if formData.registrationAllowed %} {% if !registration.id %} {% if !animation.hasChildrens and animation.hasQuotas %} {% if !animation.event.dateExpired %} {% if animation.autoRegistration %} {* *} {% if animation.internetQuota == 0 and animation.globalQuota == 0 %} {* *} {{ msg.animation_registration }} {% else %} {% if 0 < animation.allQuotas.availableQuotas.internet %} {* *} {{ msg.animation_registration }} {% else %} {% if animation.allowWaitingList %} {* *} {{ msg.animation_registration_waiting_list }} {% endif %} {% endif %} {% endif %} {% else %} {* *} {% if animation.allowWaitingList %} {% if animation.allQuotas.availableQuotas.internet | substring_count '-' ; > 0 or animation.allQuotas.availableQuotas.internet == 0 %} {* *} {{ msg.animation_registration_waiting_list_confirmation }} {% else %} {* *} {{ msg.animation_registration_waiting_confirmation }} {% endif %} {* *} {% else %} {% if animation.internetQuota == 0 and animation.globalQuota == 0 %} {* *} {{ msg.animation_registration_waiting_confirmation }} {% else %} {% if 0 < animation.allQuotas.availableQuotas.internet %} {* *} {{ msg.animation_registration_waiting_confirmation }} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% else %} {{ msg.animation_registration_cancel }} {% endif %} {% endif %} {% endblock %} {% block registration %} {% if !animation.hasChildrens %} {% if registration.id %}

{{ msg.animation_registration_empr }} :

{% for person in registration.registredPersons %} {{ person.name }} {% endfor %}
{% endif %} {% endif %} {% endblock %}
{**}
{% else %}

{{ msg.animation_unavailable }}

{% endif %}