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