{% extends "base_site.html" %} {% load admin_static %} {% load custom_filters %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% endblock %} {% block content_title %}

Chemical Potentials

{% endblock %} {% block content %} {% for fit in fits %} {% endfor %} {% for elt in elements %} {% for fit in fits %} {% endfor %} {% endfor %}
Element VASP Potential {{fit}}
{{elt}} {{chem_pots | get_item:elt | get_item:"vasp"}} {{chem_pots | get_item:elt | get_item:"fits" | get_item:fit | floatformat:-3}}
{% endblock %}