{% load evelinks %}
{% for pilot in pilots %}
{% include 'mastery/partials/_pilot_popover_content.html' with pilot=pilot status_label=status_label status_bucket=bucket focus_filter=focus_filter focus_btn=focus_btn fitting=fitting export_mode=export_mode selected_group=selected_group activity_days=activity_days include_inactive=include_inactive %}
{% empty %} - {% endfor %}