{% extends 'base.html.twig' %} {% block title %} OceanExpert | Event {% endblock %} {% block stylesheets %} {% include "navbarlogin.html.twig" %} {% endblock %} {% block body %}
Your event has been successfully updated.


{% if eventId is defined and eventId != 0 %} go to the event {% else %} Home Page {% endif %}
{% include "footer.html.twig" %} {% endblock %}