<ahref="{{url_for('delete_top', top_id=top.id)}}"onclick="return confirm('Bist du dir sicher, dass du den TOP {{top.name}} löschen möchtest?');">Löschen</a>
{% endif %}
{% if has_private_view_right and top.description|length > 0 %}
{% if has_private_view_right and top.description is not none and top.description|length > 0 %}