{% extends '::layout.html.twig' %} {% block content_class 'notification show' %} {% block content -%}
{% if id is defined %}
{{send_date|date("d-m-Y")}}
{{body}}
{% else %} No tienes ninguna notificación con ese ID {% endif %}
{{ render(controller('USBSHBundle:Timeline:phases')) }}
{% endblock %}