@require(htmlbase, title, object, data, current_pathways) @title

@title

@if hasattr(object, 'synonym_str') and object.synonyms: @object.synonym_str() @end @def figure(): @end @figure() @def thermodynamics():
@if hasattr(object,'gibbs'):
ΔG°@object.gibbs['deltaG']!s ± @object.gibbs['uncertainty']!s
Charge@object.gibbs['charge']!s
@end
@end @thermodynamics() @if hasattr(object, 'pathways') and object.pathways:

@tr('Pathways') (@str(len(object.pathways)))

@end @if hasattr(object, 'reactions') and object.reactions:

@tr('Reactions') (@str(len(object.reactions)))

@end @if hasattr(object, 'compounds') and object.compounds:

@tr('Compounds') (@str(len(object.compounds)))

@end @if hasattr(object, 'secondary_compounds') and object.secondary_compounds:

2° @tr('Compounds') (@str(len(object.secondary_compounds)))

@end @if hasattr(object, 'proteins') and object.proteins:

@tr('Proteins') / @tr('Enzymes') (@str(len(object.proteins)))

@end @if hasattr(object, 'genes') and object.genes:

@tr('Genes') (@str(len(object.genes)))

@end @if hasattr(object, 'id'):

@tr('Databases')

@end
@def actions(): @end @actions()