{% if structures == None %}

Make a search for structures and the results will be shown here!

{% elif structures %} {% load chemical_formula_filter %} {% for structure in structures %} {% endfor %}
Source Database Material-ID Reduced Formula Energy Above Hull (meV) Number of Sites Spacegroup Density (g/mL) Molar Volume (mL/mol)
{{ structure.source }} {{ structure.id }} {{ structure.formula_reduced | chemical_formula }} {{ structure.energy_above_hull | floatformat }} {{ structure.nsites }} {{ structure.spacegroup.number }} {{ structure.density | floatformat:3 }} {{ structure.volume_molar | floatformat:3 }}
{% else %} {% endif %}