{% for choice in choices %}
{{ choice.name }} {{ choice.source }}{% if choice.score %} [{{choice.score}}]{% endif %}{% if choice.dateOfBirth %}
({{ choice.dateOfBirth|date:'d. F Y' }}{% if choice.dateOfDeath %}-{{ choice.dateOfDeath|date:'d. F Y' }}{% endif %}){% endif %}{% if choice.descr %}: {{choice.descr|safe}}{% endif %}
{% if choice.lat %}
{% endif %}
{% endfor %}