{% load i18n %}
{% if type == 'direct' %} {% else %} {% if draft %} {% include 'snippets/privacy_select.html' with current=draft.privacy %} {% else %} {% include 'snippets/privacy_select.html' with current=reply_parent.privacy %} {% endif %} {% endif %}