{% extends 'layout.html' %} {% load i18n %} {% block title %}{% trans "Directory" %}{% endblock %} {% block content %} {% trans "Directory" %} {% if not request.user.discoverable %}
{% trans "Make your profile discoverable to other BookWyrm users." %}
{% url 'prefs-profile' as path %} {% blocktrans with path=path %}You can opt-out at any time in your profile settings.{% endblocktrans %}