Last characterization runs

{% for instrument, data in char_runs.items() %}

{{ instrument }}

Requested:
{{ data['requested'] }}
Check in DB:
{% for pdf in data['pdfs'] %} Open in calDB {% endfor %}  
Output path:
{{ data['out_path'] }}
Input path:
{{ data['in_path'] }}
Input runs:
{{ data['runs'] }}
Total data size:
{{ data['size'] }}
Output PDFs:
{% for pdf in data['pdfs'] %} {{ pdf[0] }} {% endfor %}  
{% endfor %}
Full list of dark characterizations