{% extends "base_site.html" %} {% load static %} {% load custom_filters %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% endblock %} {% block content_title %}
Element | VASP Potential | {% for fit in fits %}{{fit}} | {% endfor %}
---|---|---|
{{elt}} | {{chem_pots | get_item:elt | get_item:"vasp"}} | {% for fit in fits %}{{chem_pots | get_item:elt | get_item:"fits" | get_item:fit | floatformat:-3}} | {% endfor %}