{% load base_filter %}
该代码块共有{{annotation_length}}个注释
{{ self_anno.voteup | add:self_anno.votedown }}
{{ comment.voteup | add:comment.votedown}}
{{ anno.voteup | add:anno.votedown }}
该代码块共有{{annotation_length}}个注释
{% for self_anno in self_annos%}{{ self_anno.voteup | add:self_anno.votedown }}
{% if self_anno.id in anno_vote_map and anno_vote_map|keyValue:self_anno.id == -1 %}{{ comment.voteup | add:comment.votedown}}
{% if comment.id in comment_vote_map and comment_vote_map|keyValue:comment.id == -1 %}{{ anno.voteup | add:anno.votedown }}
{% if anno.id in anno_vote_map and anno_vote_map|keyValue:anno.id == -1 %}{{ comment.voteup | add:comment.votedown}}
{% if comment.id in comment_vote_map and comment_vote_map|keyValue:comment.id == -1 %}