{# Items to include at the bottom of a single page #}
{# Translations #}
{% import '_translations.html' as translations with context %}
{# translations.translations_for(page) }} #}
{# PDF links #}
{% if PDF_GENERATOR %}
Download PDF
{% endif %}
{# Copyright notice and link #}
{% if COPYRIGHTS and ((COPYRIGHT_PAGE and DEFAULT_COPYRIGHT and page.copyright is not defined) or page.copyright) %}
{% set copyright = page.copyright|default(DEFAULT_COPYRIGHT) %}
{# Comments #}
{% if ( page.comments == True or ( page.comments is not defined and COMMENTS_PAGE == True ) ) and DISQUS_SN %}
{% include '_disqus.html' %}
{% endif %}