{% with nature_guide=entry.nature_guide results=entry.non_taxon_results %}
{% include 'taxon_profiles/ajax/nature_guide_taxonlist.html' %}
{% endwith %}
{% endif %}
{% endfor %}
{% endif %}
{% trans 'Taxon Profiles with no occurrence in any nature guide' %}
{% get_generic_content_option generic_content 'include_only_taxon_profiles_from_nature_guides' as ng_only %}
{% if ng_only %}
({% trans 'not included in app' %})
{% endif %}
{% include 'taxon_profiles/ajax/non_nature_guide_taxonlist.html' %}
{% trans 'Backbone taxa without profile' %}
{% include 'taxon_profiles/ajax/backbone_taxa_taxonlist.html' %}