Alerts List

Parent Page No content items.
Alerts List
{% assign allAlerts = Queries.GetAllAlerts | query %}
{% for alert in allAlerts %} {% assign endDate = alert.Content.Alert.EndDate.Value | date: '%s' | minus: 0 %} {% assign today_date = 'now' | date: '%s' | minus: 0 %} {% if endDate >= today_date %} {% endif %} {% endfor %}
Title Description Start Date End Date
{{alert.Content.TitlePart.Title}} {{alert.Content.Alert.Description.Html | strip_html }} {{alert.Content.Alert.StartDate.Value | date: "%a, %b %d, %Y"}} {{alert.Content.Alert.EndDate.Value | date: "%a, %b %d, %Y"}}