{% trans "Last updated" %} {{ privacy_policy.last_updated|date:"M j, Y" }}
{% else %}
{% trans "No privacy policy content available at the moment." %}
{% if request.user.is_authenticated and request.user.is_staff %}
{% url 'dashboard:privacy_policy_new' as policy_url %}
{% blocktrans with url=policy_url %}
Add a privacy policy in the dashboard to display it here.
{% endblocktrans %}