Gene Symbol: |
{{ most_recent["symbol"] }} |
{% if most_recent["species"] %}
Species: |
{{ most_recent["species"] }} |
{% endif %}
{% if most_recent["pubmed_ids"] %}
PubMed IDs: |
{% for id in most_recent["pubmed_ids"] %}
{{ id }}
{% endfor %}
|
{% endif %}
{% if most_recent["web_url"] %}
Web URL: |
{{ most_recent["web_url"] }} |
{% endif %}
Entry: |
{{ most_recent["comment"] }} |
{% if most_recent["categories"] %}
Category: |
{{ '; '.join(most_recent["categories"]) }} |
{% endif %}
Add Time: |
{{ most_recent["created"] }} |
{% if most_recent["reason"] %}
Reason for Modification: |
{{ most_recent["reason"] }} |
{% endif %}