This emails is set to _ when the visit threshold per hour level has been reached.
<p>
<b>Threshold Alert - Pre Registered Visitors Per Hour</b>
</p>
<p>
The number of Pre Registered Visitors has reached the threshold value set.
<br/>
Please review the values below and take the appropriate action. If you need to login to Symmetry click
<a href="@Model.Url">here</a> to do so.
</p>
<p>
<b>Date:</b> @Model.Date
</p>
<p>
<b>Time:</b> @Model.Time
</p>
<p>
<b>Number of Visitors:</b> @Model.NumberOfVisitors
</p>
<p>
<b>Threshold Value:</b> @Model.ThresholdValue
</p>
Element | Description |
---|---|
@Model.Url |
A URL point to Guest |
@Model.Date |
The date that the threshold has been reached for |
@Model.Time |
The time that the threshold has been reached for |
@Model.NumberOfVisitors |
The number of visitors registered |
@Model.ThresholdValue |
The threshold value |
{% notice warning %}
It is strongly recommended that these elements be used as is with the only edits being to remove them if the information generated is not desired.
{% /notice %}