{% for line in cobol_lines -%} {%- endfor %}
{% for item in items -%} {%- if isinstance(item, StartBlock) and not item.suppress %}
{%- elif isinstance(item, Line) %}
{%- if item.first_in_block -%} {% endif %} {%- if item.href_output -%} {%- endif -%}
{%- if item.xref_stmts %}
{%- for i in range(item.indent) %} {% endfor -%} {{ comment_format('References:') }}
{% for stmt in item.xref_stmts|sort -%} {% endfor -%} {%- endif -%} {%- elif isinstance(item, EndBlock) and not item.start.suppress %} {%- if bottom_fold_button %} {% endif %}
{%- endif -%} {%- endfor %}