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