{% extends "base.html" %} {% block content %} {% import 'macro.html' as macro with context %} {% for dataset in datasets %}
{% for i in dataset['authors'] %} {{ i+',' }} {% endfor %}
{{ dataset['database'] }}. {{ dataset['time'] }}. Accession: {{ dataset['identifier'] }}
{{ dataset['summary'] }}
Keyword
{% for keyword in dataset['keywords'] %} {{ keyword }}; {% endfor %}
?
  • {% if dataset['protein'] %}
    Protein Level
    {% else %}
    Protein Level
    {% endif %}
  • {% if dataset['peptides'] %}
    Peptides Level
    {% else %}
    Peptides Level
    {% endif %}
|
{% endfor %} {% endblock %}