{% extends "base_site.html" %} {% load static %} {% load i18n %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% endblock %} {% block content %}
Element | x | y | z | oxidation state | Site occupancy | {% if structure.magmom %}magnetic moment | {% endif %}
---|---|---|---|---|---|---|
{{atom.label}} | {{atom.x |floatformat:-3 }} | {{atom.y |floatformat:-3 }} | {{atom.z |floatformat:-3 }} | {{atom.ox | floatformat:-2}} | {{atom.occupancy}} | {% if structure.magmom %}{{atom.magmom | floatformat:-2}} | {% endif %}