{% load i18n %}
{% block copyright %}
{% trans "Copyright" %} © {{ pubdate|date:"Y" }} {{ author_name }}.
{% endblock %}
{% block rights %}{% endblock %}
{% block attribution %}
{% trans "The article" %} {{ content_title }}
{% trans "by" %} {{ author_name }},
{% endblock %}
{% trans "unless otherwise expressly stated" %},
{% block terms %}{% 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 %}