{% for novinka in object_list %} {# pripravene div-y na stylovani#}
{% if not novinka.zverejneno and user.is_staff %}
{% endif %} {% if novinka.zverejneno or user.is_staff %} {# datum #}
{{novinka.datum}}
{# text #} {{ novinka.text | safe }} {# obrazek #} {% if novinka.obrazek %}
{% if novinka.obrazek.height > novinka.obrazek_maly.height %} {% else %} {% endif%}
{% endif %} {# autor #}

{{novinka.autor.first_name}} {% if novinka.autor.organizator.prezdivka%} „{{novinka.autor.organizator.prezdivka}}“ {% endif %} {{novinka.autor.last_name}}

{% endif %} {% if not novinka.zverejneno and user.is_staff %}
{% endif %}
{% endfor%}