{% if dataframe._target is not none: %}
{{ dataframe._target.html_detail }}
{% endif %}
{% if dataframe.associations_html_source is not none: %}
{{ dataframe.associations_html_source }}
{% endif %}
{% if dataframe.associations_html_compare is not none: %}
{{ dataframe.associations_html_compare }}
{% endif %}
{% if dataframe._target is not none: %}
{{ dataframe._target.html_detail }}
{% endif %}
{% for item in dataframe._features.values() %}
{{ item.html_detail }}
{% endfor %}