<body style="background: rgb(5, 104, 179); padding-bottom: 10px;">
<h1 style="color: rgb(245, 130, 42); margin-left: 15px;" id="title"> Event Submission Notification</h1>
<div id="emailMessage">
- <p style="color: white; margin-left: 15px;"> Event Start Date: {$startDate} </p>
- <p style="margin: 20px 20px; color: white;">{$emailNotification}</p>
+ <p style="color: white; margin-left: 20px;"> Event Start Date: {$startDate} </p>
+ {if $emailNotification}
+ <p style="margin: 20px 20px; color: white;">{$emailNotification}</p>
+ {/if}
</div>
<div id="emailFooter">
<p style="margin: 0px 5px 0px 20px; color: white;">A new Event has been added to your Website from your "Add Your Event" page.</p>