{% extends 'base.html' %} {% block title %}User Chemicals{% endblock %} {% block content %}
| Owner | Name | Label ID | Date of Entry | Expiration Date | Location | Request | History | |
|---|---|---|---|---|---|---|---|---|
| {{ x.owner }} | {% if x.chemical.document %} {{ x.chemical.name }} {% elif x.chemical.url %} {{ x.chemical.name }} {% else %} {{ x.chemical.name }} {% endif %} | {{ x.label_id }} | {{ x.in_date }} | {{ x.expiration }} | {{ x.location }} | {% if x.request %} View Request {% endif %} | {% if x.history %} View {% else %} None {% endif %} | Update |