{% trans "Mark" %} - {{ item.title }} {% csrf_token %} {% if shelf_statuses %} {% for k, v in shelf_statuses %} {% if v %} {{ v }} {% endif %} {% endfor %} in me set star_input to the in me set star_div.style.width to (current_value * 10) + '%' set @data-tooltip to current_value or '{% trans "not rated" %}' set star_input.value to current_value end on mouseleave(currentTarget) set star_div to the in me set star_input to the in me set current_value to star_input.value set star_div.style.width to (current_value * 10) + '%' set @data-tooltip to current_value or '{% trans "not rated" %}' end"> {{ mark.rating_grade|rating_star }} {% endif %} {{ mark.comment_text|default:"" }} {% trans "Public" %} {% trans "Followers Only" %} {% trans "Mentioned Only" %} {% if request.user.mastodon_acct %} {% trans "Crosspost to timeline" %} {% endif %} {% trans "change mark date" %} {% if mark.id %} {% csrf_token %} {% trans "Delete" %} {% endif %}