{% extends "data_explorer/table_entries_base.html" %} {% block table_headers %} {% table_header "id" "ID" min_width=150 %} {% table_header "is_theoretical" min_width=150 %} {% include "data_explorer/mixins/structure/columns.html" %} {% include "data_explorer/mixins/thermodynamics/columns.html" %} {% table_header "band_gap" "Band Gap (eV)" min_width=150 %} {% table_header "is_gap_direct" "Is Band Gap Direct" min_width=200 %} {% table_header "is_magnetic" "Is Magnetic" min_width=150 %} {% table_header "total_magnetization" "Total Mag." min_width=150 %} {% endblock %} {% block table_rows %}