{% 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 all_comment_count %} ({{ all_comment_count }}) {% endif %} {% endif %} {{_("Bookmark")}} {{_("Share")}} {% if actionbar_report_url %} {{_("Report")}} {% endif %}
{% endif %}