${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
${h.ignore_whitespace_link(request.GET, id_fid)}
${h.increase_context_link(request.GET, id_fid)}
${_('Show inline comments')}
${h.checkbox('checkbox-show-inline-' + id_fid, checked="checked",class_="show-inline-comments",**{'data-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