${h.safe_unicode(cs_filename)}
%if op == 'A':
%else:
%endif
%if op == 'A':
➞
%elif op == 'M':
➞
%elif op == 'D':
➞
%elif op == 'R':
➞
%elif op is None:
➞
%else:
➞
%endif
%if op == 'D':
%else:
%endif
${c.ignorews_url(request.GET, url_fid)}
${c.context_url(request.GET, url_fid)}
${_('Show inline comments')}
${h.checkbox('checkbox-show-inline-' + id_fid, checked="checked",class_="show-inline-comments",**{'data-id_for':id_fid})}
${diff|n}
%if op and cs_filename.rsplit('.')[-1] in ['png', 'gif', 'jpg', 'bmp']:
Show images
%if op == 'M':
Press to swap images
%endif
%if op in 'DM':
![]()
%endif
%if op in 'AM':
![]()
%endif
%endif