{% block breadcrumb %}{% include "partials/breadcrumb.html" %}{% endblock breadcrumb %}
{% block username_warning %}
{% if request.user is not None and not request.user.public_username %}
{% endif %}
{% endblock username_warning %}
{% block content %}
{% endblock content %}
{% trans "Welcome to the discussion forum! First of all, please set a display name that will be associated with your messages." %} {% trans "Set my display name" %}
{% block messages %}{% include "partials/messages.html" %}{% endblock messages %}