{% extends "base.html" %} {% block head_title %} {{ title | truncatechars:20}} | {{ block.super }} {% endblock %} {% block content %}
{{ instance.get_filename }}
{{file.timestamp}} | {% if instance.reg_graph %}{% endif %} |
{{instance.comment|linebreaks|slice:":300"}}
{% endif %} {% if nr_reactions %} {% if compare_nr_reactions is None %}This system |
Loaded system |
# different |
|
---|---|---|---|
# Reactions |
{{ nr_reactions }} | {{ compare_nr_reactions }} | {{ nr_different_reactions}} |
# Contingencies | {{ nr_contingencies }} | {{ compare_nr_contingencies }} | {{ nr_different_contingencies}} |
Created: {{ instance.rea_graph.timestamp }}
{% if instance.rea_graph.comment %}Created: {{ instance.reg_graph.timestamp }}
{% if instance.reg_graph.comment %}Created: {{ instance.sRea_graph.timestamp }}
{% if instance.sRea_graph.comment %}
Comment:
{{ instance.rea_graph.comment | linebreaks}}