{% set card_id = 'ctf_plot' %}
{% include 'plot_card.html' %}
{% set card_id = 'mic_card_overview' %}
{% set has_ctf = data_values.get('has_ctf', False) %}
{% set has_particles = data_values.get('has_particles', False) %}
{% set show_ctf_plot = True %}
{% include 'micrograph_card_big.html' %}