{# Items to include at the bottom of a single article #}
{# PDF links #}
{% if PDF_PROCESSOR %}
PDF
{% endif %}
{# Copyright notice and link #}
{% if COPYRIGHTS and (COPYRIGHT_ARTICLE or article.copyright) %}
{{ COPYRIGHTS[article.copyright|default(DEFAULT_COPYRIGHT)][0] }}
{% endif %}
{# Comments #}
{% if ( article.comments == True or ( article.comments is not defined and COMMENTS_ARTICLE == True ) ) and DISQUS_SN %}
{% include '_disqus.html' %}
{% endif %}