{% extends "content_licenses/base.html" %}
{% load i18n %}
{% block rights %}{% trans "All Rights Reserved" %}.{% endblock %}
{% block terms %}
{% blocktrans %}is copyrighted material and you may not copy, reproduce, republish, download, post, broadcast or transmit the article in any way without first obtaining a written permission by {{ author_name }}.{% endblocktrans %}
{% endblock %}