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

{{ prototype.composition.html | safe}}

{% endblock %} {% block sidebar %} {% if structure %} {% endblock %} {% block content %}

Summary

Entries with this structure

{% for entry in prototype.entry_set.all %} {% if not entry.energy %} {% else %} {% endif %} {% endfor %}
OQMD ID Composition Formation energy Stable?
{{entry.id}} {{entry.composition.name}}-- --{{entry.energy | floatformat:3}} {{entry.stable}}
{% endblock %}