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