| ${displayname}
%if result['ComicID'] is not None:
[${result['ComicID']}]
%endif
|
${result['ComicYear']} |
${result['IssueCount']} |
%if result['ComicID'] and result['Status'] == 'Imported':
${result['Status']}
%else:
${result['Status']}
%endif
%if result['WatchMatch'] is not None:
%endif
|
${result['ImportDate']} |
%if result['Status'] == 'Not Imported':
[Import]
%endif
[Remove]
%if result['implog'] is not None:
[Log]
%endif
%if result['SRID'] is not None and result['Status'] != 'Imported':
[Select]
%endif
|
%endfor
%else: