{% extends '@users/profile.twig' %}

{% block content %}
	{% include '@notifications/notifications.twig' with {'type': type, 'notifications': notifications} %}
{% endblock %}