{% macro notification(notificationTitle, notificationStatus, notificationUpdateEnabled,notificationUpdateText, notificationContent) %}
{% if notificationTitle == 'true' and notificationStatus == 'true' %} {{notificationTitle}}: {{notificationStatus}}
{% endif %} {% if notificationUpdateEnabled == 'true' %} {{notificationUpdateText}}: {{notificationContent}} {% endif %}
{% endmacro %}