{% extends "base.html" %} {% block css %} {% endblock %} {% block content %} {{ flash_me() }}
Gene Symbol: | {{ most_recent["symbol"] }} |
---|---|
Species: | {{ most_recent["species"] }} |
PubMed IDs: | {% for id in most_recent["pubmed_ids"] %} {{ id }} {% endfor %} |
Web URL: | {{ most_recent["web_url"] }} |
Entry: | {{ most_recent["comment"] }} |
Category: | {{ '; '.join(most_recent["categories"]) }} |
Add Time: | {{ most_recent["created"] }} |
Reason for Modification: | {{ most_recent["reason"] }} |
Gene Symbol: | {{ version["symbol"] }} |
---|---|
Species: | {{ version["species"] }} |
PubMed IDs: | {% for id in version["pubmed_ids"] %} {{ id }} {% endfor %} |
Web URL: | {{ version["web_url"] }} |
Entry: | {{ version["comment"] }} |
Category: | {{ '; '.join(version["categories"]) }} |
Add Time: | {{ version["created"] }} |
Reason for Modification: | {{ version["reason"] }} |
No Previous History
{% endif %}