{% if step.deadline %}
{{ 'Deadline:'|trans }}
{# here the data-ma-input-value is formatted so it works with the datetime-local input type, and the displayed one is formatted differently to be more readable #}
{{ step.deadline|format_datetime() }}
{# notification bell is only shown if the user has at least one notification setting activated for that type of notif #}
{% if App.Users.userData.notif_step_deadline or App.Users.userData.notif_step_deadline_email %}
{% endif %}
{% if Entity.entityData.experiments_links %}
{% for link in Entity.entityData.experiments_links %}
{% include 'link-view-one.html' %}
{% endfor %}
{% endif %}
{# ADD LINK #}
{% if Entity.entityData.items_links %}
{% for link in Entity.entityData.items_links %}
{% include 'link-view-one.html' %}
{% endfor %}
{% endif %}
{# ADD LINK #}