{% load i18n %}

{% trans "NSFW content" %}

{% trans "The content you were about to see is flagged as sensitive and therefore cannot be seen while the safe mode is activated." %}

{% if prev_url %} {% trans "Go back" %} {% elif go_home %} {% trans "Go back home" %} {% endif %}

{% include "nsfw/duration.html" %}