{% include "html/utils/start.html"%}
{% if annotation_summary is defined %}
{% set step_summary = annotation_summary %}
{% include "html/utils/step.html"%}
{% endif %}
{% if match_summary is defined %}
{% set step_summary = match_summary %}
{% include "html/utils/step.html"%}
{% endif %}
{% if summarize_summary is defined %}
{% set step_summary = summarize_summary %}
{% include "html/fl_vdj_CR/summarize.html"%}
{% endif %}
{% include "html/utils/end.html"%}