{% load i18n %} {% if entries|length %}
{% if not hide_orga %} {% with log.get_orga_url as log_content_url %} {% if log_content_url %} {{ log.display }} {% else %} {{ log.display }} {% endif %} {% endwith %} {% else %} {% with log.get_public_url as log_content_url %} {% if log_content_url %} {{ log.display }} {% else %} {{ log.display }} {% endif %} {% endwith %} {% endif %}