{% extends "base.html" %} {% block title %}Chemical Pricer{% endblock %} {% block page_title %}Chemical Pricer{% endblock %} {% block extrahead %}{% endblock %} {% block navbar_items %} Pricer {% endblock %} {% block sidebar_items %}{% endblock %} {% block javascript %} {% endblock %} {% block page_body %} The chemicals and prices stored in our database including only a couple vendors (very outdated) with an average price per gram listed at $100 or lower. Please note that prices in the database are unfortunately rounded to the nearest integer. That is, the cheapest compounds are still listed as $1/g.

Input chemical: Draw
{% csrf_token %}

{% if footnote %}
{{ footnote }}
{% endif %} {% include "drawing_modal.html" %} {% endblock %}