{% load user_actions %}
{% load i18n %}
{{ mark.comment.html|safe }}
{{ comment.item.title }}: {{ comment.html|safe }}
{% if note.progress_value %}
{% trans "my comment and tags" %}
{% if mark.comment or mark.tags %}
{% else %}
{% endif %}
{% if mark.comment %}
{% if mark.comment.latest_post %}
{% include "action_like_post.html" with post=mark.comment.latest_post %}
{% include "action_boost_post.html" with post=mark.comment.latest_post %}
{% include "action_open_post.html" with post=mark.comment.latest_post %}
{% endif %}
{% comment %}
{% endcomment %}
{% trans "my notes" %}
{% if mark.shelf %}
{% endif %}
{% for note in mark.notes %}
{% if note.latest_post %}
{% include "action_like_post.html" with post=note.latest_post %}
{% include "action_boost_post.html" with post=note.latest_post %}
{% include "action_open_post.html" with post=note.latest_post %}
{% endif %}
{% if note.title %}{{ note.title|default:'' }}
{% endif %}
{{ c.title }} {% if c.visibility > 0 %}{% endif %}
{% empty %} {% comment %} {% trans "nothing so far." %} {% endcomment %} {% endfor %}