{% if not dataframe.test_mode: %} {% if dataframe.page_layout == 'widescreen': %} {% else %} {% endif %} {% else %} {% if dataframe.page_layout == 'widescreen': %} {% else %} {% endif %} {% endif %}
{% if dataframe.page_layout == 'vertical': %} {% 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 %} {% endif %} {{ dataframe.dataframe_summary_html }} {% if layout.show_logo %}
{{ version }}
Get updates, docs & report issues here

Created & maintained by Francois Bertrand
Graphic design by Jean-Francois Hains
{% endif %}
{% if dataframe._target is not none: %}
{{ dataframe._target.html_summary }} {% if dataframe.page_layout == 'vertical': %} {{ dataframe._target.html_detail }} {% endif %}
{% endif %} {% for item in dataframe._features.values() %}
{{ item.html_summary }} {% if dataframe.page_layout == 'vertical': %} {{ item.html_detail }} {% endif %}
{% endfor %}
{% if dataframe.page_layout == 'widescreen': %}
{% 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 %}
{% endif %}