{% if settings.APP_COPYRIGHT or settings.USE_LICENSE %}
{% if settings.APP_COPYRIGHT %} {{settings.APP_COPYRIGHT}}, {{settings.APP_COPYRIGHT_YEAR_START}}-{{now.year}}. {% endif %} {% if settings.USE_LICENSE %}{# could be factored out into separate template #} {% if settings.LICENSE_URL %} {% set license='' ~ settings.LICENSE_TITLE ~ '' %} {% else %} {% set license=settings.LICENSE_TITLE %} {% endif %} {% trans license=license -%} Content on this site is licensed under a {{ license }} license. {%- endtrans %} {% endif %}
{% endif %}
{% if settings.FORUM_ABOUT.strip() %} {% trans %}about{% endtrans %} | {% endif %} {% trans %}faq{% endtrans %} | {% trans %}help{% endtrans %} | {% if settings.FORUM_PRIVACY.strip() %} {% trans %}privacy policy{% endtrans %} | {% endif %} {% if settings.TERMS.strip() %} {% trans %}terms of service{% endtrans %} | {% endif %} {% set feedback_mode = settings.FEEDBACK_MODE %} {% if feedback_mode == 'open' or (feedback_mode == 'auth-only' and request.user.is_authenticated) %} {% trans %}give feedback{% endtrans %} {% endif %}
{% trans version=settings.ASKBOT_VERSION -%} Powered by Askbot version {{version}} {% endtrans %}