{% if schema['units'] == "1" %}
{% else %}
{% if data is not none %}
{{ (data | to_datatype).units | prettify_units }}{% else %}
{{ schema['units'] | prettify_units }}{% endif %}
{% endif %}
{% if id_prefix+'_magnitude' in errors %}
{{ _('Error:') }} {{ errors[id_prefix+'_magnitude'] }}{% endif %}
{% if 'note' in schema %}
{{ _('Note:') }} {{ schema['note'] | get_translated_text }}{% endif %}