{% extends "content_licenses/base.html" %}
{% load i18n %}
{% load content_licenses_tags %}
{% block rights %}{% trans "Some Rights Reserved" %}.{% endblock %}
{% block attribution %}
{% trans "The article" %}
{% if semantics %}{% endif %}
{{ content_title }}
{% if semantics %}{% endif %}
{% trans "by" %}
{{ author_name }},
{% endblock %}
{% block terms %}
{% set_license_link as the_license_link %}
{% blocktrans %}is licensed under a {{ the_license_link }} license.{% endblocktrans %}
{% endblock %}
{% block extra_perms %}
{% if extra_perms_url %}
{% trans "Terms and conditions beyond the scope of this license may be available at" %}
{{ extra_perms_title }}.
{% endif %}
{% endblock %}