{% extends "2022/base.html" %} {% load i18n %} {% load time_tags %} {% block settings %} {% load title %} {% title author.name %} {% endblock %} {% block breadcrumbs %} Katalog Autor {% endblock %} {% block main %}

{{ author.name }}

{% if author.alive %}

{% trans "This author's works are copyrighted." %} {% trans "Find out why Internet libraries can't publish this author's works." %}

{% else %} {% if author.in_pd %}

{% trans "This author's works are in public domain, but they were not yet published on Internet library of Wolne Lektury." %}

{% else %}

{% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in" %}

{% trans "Find out why Internet libraries can't publish this author's works." %}

{% endif %} {% endif %}
{% include "catalogue/2022/author_box.html" %}
{% endblock %}