{% macro notes(item) %} {% if item.isSetNotes() %} {{ item|SBML_notesToString }} {% endif %} {% endmacro %} {% macro cvterm(item) %} {% if item.isSetAnnotation() %}
{{ item.getAnnotationString().decode('utf-8') }}{% endif %} {% endmacro %} {% macro xml(item) %} {% endmacro %} {% macro derived_units(item) %} {% if item %} {{ item.getDerivedUnitDefinition()|SBML_unitDefinitionToString|SBML_stringToMathML }} {% endif %} {% endmacro %}