{{ obj.attrs.get("eopf:type", obj.obj_type) }}
{% with obj=obj, extractor=extractor, kwargs=kwargs, method=method %}
{% include "tpl_PDFS_table_dict_metadata.html" %}
{% endwith %}
{% set ellipsis = kwargs["ellipsis"] %}
{% if ellipsis %}
{% set _ = ellipsis.init() %}
{% set all_paths = extractor.all_paths(obj) %}
{% set _ = ellipsis.prune(all_paths) %}
{% endif %}
{% if extractor.contains_variables(obj) %}
Variables
{% with obj=obj, extractor=extractor, kwargs=kwargs %}
{% include "tpl_PDFS_table_datatree_variables.html" %}
{% endwith %}
{% endif %}
{% if kwargs["method"] == "compact-eopf" %}
Sample product: {{ extractor.to_eoproduct(obj)._repr_html_()|safe }}
{% endif %}
{% if kwargs["method"] == "compact-datatree" %}
Sample product: {{ obj._repr_html_()|safe }}
{% endif %}
{% with obj=obj, extractor=extractor, kwargs=kwargs %}
{% include "tpl_PDFS_datatree_ellipsis_summary.html" %}
{% endwith %}
{% if extractor.has_attrs(obj) %}
Attributes
{% with obj=obj, extractor=extractor, kwargs=kwargs %}
{% include "tpl_PDFS_table_datatree_attributes.html" %}
{% endwith %}
{% endif %}
{% if extractor.has_flags(obj) %}
Flags
{% with obj=obj, extractor=extractor, kwargs=kwargs %}
{% include "tpl_PDFS_table_datatree_flags.html" %}
{% endwith %}
{% endif %}