External annotation {{help_tooltip(tooltip_content, "general_details")}}
{% if tool.version %} {% endif %} {% if tool.description %} {% endif %}
Name {{tool.name}}
Version {{tool.version}}
Description {{tool.description}}
{% if tool.configuration %} Configuration: {{collapser_start("sideloader-tool", level="none")}} {% for key, value in tool.configuration.items() | sort -%} {%- endfor %}
SettingValue
{{key}} {{value | join(", ")}}
{{collapser_end()}} {% endif %}
{% for area in areas -%}
Type {{area.kind.capitalize()}}
Location {{"{:,d}".format(area.start + 1)}} - {{"{:,d}".format(area.end + 1)}}
Label {{area.label}}
{% if area.details %} Additional area details: {{collapser_start("sideloader-detail")}} {% for key, value in area.details.items() | sort -%} {%- endfor %}
NameValue
{{key}} {{value | join(", ")}}
{{collapser_end()}} {% endif %}
{%- endfor %}