{% set cc_slug = CC_LICENSE['slug'] %} {% set cc_name = CC_LICENSE['name'] %} {% set cc_version = CC_LICENSE['version'] %} {% set cc_lang = CC_LICENSE['language'] or "en_US" %} {% set cc_url = "http://creativecommons.org/licenses/{}/{}/deed.{}".format(cc_slug, cc_version, cc_lang) %} © {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }} - {{ _('This work is licensed under a %(cc)s', cc='{}'.format(cc_url, cc_name)|safe) }}

{% include "partial/flex.html" %}

{% if CC_LICENSE['icon'] != False %} Creative Commons License {% endif %} {% if STATUSCAKE %} {% include "partial/statuscake.html" %} {% endif %}