{% extends "base.html" %} {% block content %}

Viewing Chemical {{id}}

{% if session.admin %}
{% endif %} {% for k,v in chemical.items() %} {% if k == "person_id" %} {% else %} {% endif %} {% endfor %}
{{k}} User ID {{v}} {{k}} {% if v is not none %} {{ v }} {% endif %}
{% endblock %}