|
{{ 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 %}
|
|