|
{{ monitor.title }}
|
{{ monitor|monitor_media_id }}
|
{{ monitor.searchCount }}
|
{{ monitor.createdAt|date('m/d/Y h:i a') }}
|
{{ monitor.lastSearch|date('m/d/Y h:i a') }}
|
{% if monitor.monitorType == "tvshow" %}
{% elseif monitor.monitorType == "tvseason" %}
{% else %}
{% endif %}
|
{% if monitor.status == "New" %}
{% elseif monitor.status == "In Progress" or monitor.status == "Active" %}
{% else %}
{% endif %}
|
{% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', width: '18px', class: 'rounded-full align-middle text-red-600' }) %}
Are you sure you want to delete this monitor?
|
{{ monitor.title }}
|
{% if monitor|monitor_media_id != "-" %}
{{ monitor|monitor_media_id }}
|
{% endif %}
{% if monitor.monitorType == "tvshow" %}
{% elseif monitor.monitorType == "tvseason" %}
{% else %}
{% endif %}
|
{% if monitor.status == "New" %}
{% elseif monitor.status == "In Progress" or monitor.status == "Active" %}
{% else %}
{% endif %}
|
|