X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/94da7eb2739d91e80607681bc61672ef769ca90c..a9b4700e3cd649a6dddc3b72dc0bd632f7841c74:/src/catalogue/templates/catalogue/author_description.html diff --git a/src/catalogue/templates/catalogue/author_description.html b/src/catalogue/templates/catalogue/author_description.html index 26c35323..54e0caea 100644 --- a/src/catalogue/templates/catalogue/author_description.html +++ b/src/catalogue/templates/catalogue/author_description.html @@ -1,11 +1,13 @@
- {% if obj.date_of_birth or obj.place_of_birth %} + {% if obj.date_of_birth or obj.year_of_birth or obj.century_of_birth or obj.place_of_birth %}
Ur.
{% if obj.date_of_birth %} {{ obj.date_of_birth }} {% elif obj.year_of_birth %} {{ obj.year_of_birth }} + {% elif obj.century_of_birth %} + {{ obj.birth_century_description }} {% endif %} {% if obj.place_of_birth %} w @@ -17,13 +19,15 @@ {% endif %}
{% endif %} - {% if obj.date_of_death or obj.place_of_death %} + {% if obj.date_of_death or obj.year_of_death or obj.century_of_death or obj.place_of_death %}
Zm.
{% if obj.date_of_death %} {{ obj.date_of_death }} {% elif obj.year_of_death %} {{ obj.year_of_death }} + {% elif obj.century_of_death %} + {{ obj.death_century_description }} {% endif %} {% if obj.place_of_death %} w