{% extends "index_page.html" %} {% block css %} {% endblock %} {% block content %} {{ flash_me() }} Edit Wiki Reason for Modification: Species: {% for name, species_name in species_dict.items() %} {% if name == content["species"] %} {{ species_name }} {% else %} {{ species_name }} {% endif %} {% endfor %} PubMed IDS: (optional, separate by blank space only) Web resource URL: {% if content["weburl"] %} {% else %} {% endif %} (optional) Text: {{ content["comment"] }} Email: User Code: (optional user or project code or your initials) Category of Gene(Please select one or many categories): {% for group in grouped_categories %} {% for cat in group %} {% if cat in content["categories"] %} {{ cat }} {% else %} {{ cat }} {% endif %} {% endfor %} {% endfor %} Update GeneWiki Entry Reset {% endblock %}