{% extends 'admin/base.html.twig' %} {% block title %}Create new Notification{% endblock %} {% block breadcrumb_title %}Create new Notification{% endblock %} {% block breadcrumb_subtitle %}Notification{% endblock %} {% block body %}
{{ "message.add_necesary_info" | trans }}
{#
#} {##} {#
#} {##} {#
#} {#
#}

[[ notification.selected_business_to_promote.name ]]

[[ notification.selected_product_to_promote.name ]]

[[ notification.selected_promotion_to_promote.name ]]
{{ "message.notifications_list" | trans }}
Notification content Business Product Promotion
[[ customNotification.content ]] [[ customNotification.business.name ]] [[ customNotification.product.name ]] [[ customNotification.promotion.product.name ]]
No results found
[[ config.total_results ]] results
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}