{{dir.title()}}
{% if cp.check_option(wellname.filename(), 'title') %} W{{loop.index}}. {{cp.get(wellname.filename(), 'title')}} {% else %} W{{loop.index}}. {{wellname.filename()}} {% endif %}
{{setup_template_render(well_path, None) }}
{% if dir.files %}
Additional Files
The following files were also found in this directory:{% if cp.check_option(file.filename(), 'title') %} B{{count|length}}. {{cp.get(file.filename(), 'title')}} {% else %} B{{count|length}}. {{file.filename()}} {% endif %}
{{file.render()}}