{% if kwargs.get("debug", False) %} {{ extractor.debug(template="tpl_PDFS_tr_variable.html", inline=True, id=path)|safe }} {% endif %} {% set _ = extractor.to_str %} {% set ellipsis = kwargs["ellipsis"] %} {% if ellipsis %} {% set donotdisplay = ellipsis.debug(path) %} {% endif %} {% set name = extractor.name(product, path, ellipsis=ellipsis)%} {% set fv = extractor.variable_storage_fillvalue(variable) %} {% if extractor.is_coordinate(product, path) %} {{ name }} *
{{ variable.attrs["units"] }} {% elif extractor.is_flag(product, path) %} {{ name }} [flag]
{{ variable.attrs["units"] }} {% else %} {{ name }}
{{ variable.attrs["units"] }} {% endif %} {{ extractor.html(extractor.description(product, path, ellipsis=ellipsis)) }} {{ extractor.variable_dims(variable.dims, ellipsis=ellipsis)|join('
'|safe) }} {{ _(extractor.variable_range(variable)) }}
{{ _(extractor.variable_storage_range(variable)) }} {% if fv != None %}
{{ _(fv) }} {% endif %}
{{ _(extractor.variable_dtype(variable)) }}
{{ _(extractor.variable_storage_type(variable)) }} {% if kwargs.get("debug", False) %} {{ extractor.debug(template="tpl_PDFS_tr_variable.html", inline=True, end=True)|safe }} {% endif %}