{% extends "Profile/show/layout.html.twig" %} {% block page %} {% if app.user is not null and app.user == user %} {% if not user.isVerified %} {% include "Profile/confim_email_notification.html.twig" %} {% endif %} {% if endSubscribeDate and not canceled %} {% elseif not subscribed %} {% endif %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}