<trid="{{ watch.uuid }}"class="{{ loop.cycle('pure-table-odd', 'pure-table-even') }} {% if watch.last_error is defined and watch.last_error != False %}error{% endif %}">
<trid="{{ watch.uuid }}"
class="{{ loop.cycle('pure-table-odd', 'pure-table-even') }} {% if watch.last_error is defined and watch.last_error != False %}error{% endif %}">
<td>{{ loop.index }}</td>
<td>{{ loop.index }}</td>
<td>{% if watch.title is not none %}{{ watch.title }}{% else %}{{ watch.url }}{% endif %}<aclass="external"target=_blankhref="{{ watch.url }}"></a>
<tdclass="title-col">{% if watch.title is not none %}{{ watch.title }}{% else %}{{ watch.url }}{% endif