{% extends "base.html" %} {% block head_title %} {{ title | truncatechars:20}} | {{ block.super }} {% endblock %} {% block content %}

{{ title }}

{{instance.updated}}

Filename:

{{ instance.get_filename }}

All versions:
{% for file in project_files %} {% if instance.reg_graph %} {% endif %} {% endfor %}
{{file.timestamp}}
{% if instance.comment %}
Comment:

{{instance.comment|linebreaks|slice:":300"}}

Show all

{{instance.comment|linebreaks}}

{% endif %} {% if nr_reactions %} {% if compare_nr_reactions is None %}
Infos:
  • Number of Reactions: {{ nr_reactions }}
  • Number of Contingencies: {{ nr_contingencies }}
  • Loaded: {{ loaded }}
{% if loaded == False %} {% endif %}
{% else %}
Infos:
This system
Loaded system
# different
# Reactions
{{ nr_reactions }} {{ compare_nr_reactions }} {{ nr_different_reactions}}
# Contingencies {{ nr_contingencies }} {{ compare_nr_contingencies }} {{ nr_different_contingencies}}
<<<<<<< HEAD ======= {% endif %} >>>>>>> master {% endif %} {% if instance.rea_graph %}
Reaction Graph:

Created: {{ instance.rea_graph.timestamp }}

{% if instance.rea_graph.comment %}
Comment:
{{ instance.rea_graph.comment | linebreaks}}

{% endif %} {% endif %} {% if instance.reg_graph %}
Regulatory Graph:

Created: {{ instance.reg_graph.timestamp }}

{% if instance.reg_graph.comment %}
Comment:
{{ instance.reg_graph.comment | linebreaks}}

{% endif %} {% endif %} {% if instance.sRea_graph %}
Species Reaction graph:

Created: {{ instance.sRea_graph.timestamp }}

{% if instance.sRea_graph.comment %}
Comment:
{{ instance.sRea_graph.comment | linebreaks}}

{% endif %} {% endif %} {% if instance.boolean_model %}
Boolean Model:
Created: {{ instance.boolean_model.timestamp }}
{% if instance.boolean_model.comment %}
Comment: {{ instance.boolean_model.comment | linebreaks}}
{% endif %}
{% endif %} {% if instance.rule_based_model %}
Rule based model:
Created: {{ instance.rule_based_model.timestamp }} ======= title="Download"> >>>>>>> master
{% if instance.rule_based_model.comment %}
Comment: {{ instance.rule_based_model.comment | linebreaks}}
{% endif %}
{% endif %}
{% endblock content %}