Publishing tags.
[redakcja.git] / src / catalogue / templates / catalogue / author_description.html
index 26c3532..54e0cae 100644 (file)
@@ -1,11 +1,13 @@
 <dl>
-  {% 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 %}
     <dt>Ur.</dt>
     <dd>
       {% 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
       {% endif %}
     </dd>
   {% 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 %}
     <dt>Zm.</dt>
     <dd>
       {% 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