{% load bookwyrm_tags %} {% with activity.id|uuid as uuid %}
{% csrf_token %}
{% include 'snippets/privacy_select.html' with current=activity.privacy %}
{% endwith %}