{% load targets_extras %}
| Target | Share Destination | Creator | {% if can_delete %}Delete? | {% endif %}
|---|---|---|---|
| {{ persistentshare.target.names|join:", " }} | {{ persistentshare.destination|bold_sharing_source }} | {{ persistentshare.user.username }} | {% if can_delete %}{% if target %} {% else %} {% endif %} | {% endif %} {% endfor %}