4     {% if tag.category == 'author' %}{% trans "O autorze" %}
 
   5     {% elif tag.category == 'kind' %}{% trans "O rodzaju" %}
 
   6     {% elif tag.category == 'genre' %}{% trans "O gatunku" %}
 
   7     {% elif tag.category == 'epoch' %}{% trans "O epoce" %}
 
   8     {% elif tag.category == 'set' %}{% trans "Półka" %}
 
  13       <figure class="l-author__photo">
 
  14         <img src="{{ tag.photo.url }}" alt="{{ tag.name }}">
 
  16           {{ tag.photo_attribution|safe }}
 
  20     <article class="l-author__info">
 
  21       {% if tag.category == 'set' %}
 
  23         {% chunk 'polka-how-to' %}
 
  25         <h3><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></h3>
 
  26         <div class="l-article__overlay" data-max-height="327">
 
  27           {{ tag.description|safe }}
 
  29         <button class="l-article__read-more" aria-label="{% trans 'Kliknij aby rozwinąć' %}" data-label="{% trans 'Czytaj więcej' %}" data-action="{% trans 'Zwiń tekst' %}">{% trans 'Czytaj więcej' %}</button>