{{ ap.seq1 }} |
{{ ap.seq2 }} |
{{ ap.seq1_par_or if ap.seq1_par_or is not none else ap.seq1_or }}
|
{{ ap.seq2_par_or if ap.seq2_par_or is not none else ap.seq2_or }}
|
{{ ap.orientation_as_word }}
|
{{ 1 if ap.is_in_semi_conflicted_for(assembly.name) else 0 }}
|
{{ 1 if ap.is_in_conflicted_for(assembly.name) else 0 }}
|
{{ 1 if ap.is_out_semi_conflicted_for(assembly.name) else 0 }}
|
{{ 1 if ap.is_out_conflicted_for(assembly.name) else 0 }}
|
{{ 1 if ap.sources|length == 1 else 0 }}
|
{{ 1 if ap.participates_in_merged else 0 }}
|
{% endfor %}