{% extends "neluser/settings/preferences/base.html" %} {% load i18n %} {% block title %}{% trans "NSFW content" %}{% endblock %} {% block inner_panel %} {% if nsfw_allowed %}
{% trans "Safe mode is disabled, you may see not safe for work content." %}
{% trans "Enable safe mode" %}.
{% else %}{% trans "Safe mode enabled, not safe for work content is hidden." %}
{% include "nsfw/duration.html" with not_current="true" next_url=current_url %} {% endif %} {% endblock %}