{% set logged_in = request.user.is_authenticated %} {% set profile = request.profile if logged_in else None %} {% set hide_texts_on_mobile = (not hide_actionbar_comment) or actionbar_report_url %} {% if logged_in %} {% if include_hr %}
{% endif %}
{% if not hide_actionbar_comment %} {{_("Comment")}} {% if comment_list.count() %} ({{comment_list.count()}}) {% endif %} {% endif %} {{_("Bookmark")}} {{_("Share")}} {% if actionbar_report_url %} {{_("Report")}} {% endif %}
{% endif %}