{% for category in categories %}
  • {{ category.name }}

    {% if category.guarantor %}
    Garant bodu:
    {{ category.guarantor.name }}
    Profilový obrázek {{ category.guarantor.name }}
    {% endif %}
    {% for point in category.points %} {% include 'patterns/molecules/popouts/popout_point.html' with name=point.name text=point.content is_outside_block=True %} {% endfor %}
  • {% endfor %}