{% if class_info.students %}
{# The actual table that holds the data #}
{{ render_partial('customize-grid/partial-grid-table.html',
class_info=class_info,
level=level,
adventure_table=adventure_table)
}}
{% endif %}
{% if class_info.students %}
{{_('class_performance_graph')}}
{{_('class_graph_explanation')}}
{% endif %}