what2watch/templates/watch-search-result.html

6 lines
201 B
HTML
Raw Normal View History

2023-12-31 00:59:27 +00:00
<tr id="watchlist-item-{{watch.id}}">
<td><span class="watchtitle">{{watch.title}}</span></td>
<td>{{watch.kind}}</td>
<td> {% call m::get_or_default(watch.year(), "when??") -%}</td>
</tr>