{{ drupal_block('edgeworth_offine_search_block') }}
Total Units: {{ total_results }}
Units Online: {{ online_count }}
Units Offline: {{ offline_count }}
Offline for Over 1 Month: {{ offline_month_count }}
{% for key, log in logs %} {% if log.status == 'Online' %} {% else %} {% endif %} {% if log.last_seen == '54 years ago' %} {% else %} {% endif %} {% endfor %}
{{ "PlaylistID" | t }} {{ "Playlist Name" | t }} {{ "Status" | t }} {{ "Last Seen Online" | t }} {{ "Date" | t }} {{ "Time" | t }} {{ "Total Smart Ad Boards (Location)" | t }} {{ "LocationID" | t }} {{ "Smart Ads Status" | t }} {{ "Cancellation Date" | t }} {{ "Email Location" | t }} {{ "Last Offline Email Notification" | t }}
{{ log.playlist_id }} {{ log.name }} {{ log.status }}{{ 'less than 1 second ago' }}{{ log.last_seen }}{{ log.date }} {{ log.time }} {{ log.num_of_smart_ad_tvs }} {{ log.referenced_node_nid }} {{ log.smart_ads_status }} {{ log.smart_cancellation_date }} {% if log.store_email is not empty %} {{ 'Send Reminder' }} {% endif %}