{% extends 'base.html' %} {% block header %}
Welcome to your user space!
Email: {{ current_user.email }}
View all the toxics you have searched in the following table!
Index | Compound name | Chemical formula | InchiKey |
---|---|---|---|
{{ loop.index }} | {{ entry.compound_name }} | {{ entry.chemical_formula }} | {{ entry.inchi_key }} |
Logout here.