{% extends "_layouts/base.html" %} {% load static %} {% load i18n %} {% block head %} {% endblock head %} {% block content %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% with profile=other_user.userprofile_set.first %} {% if profile and profile.avatar_url %} {{ other_user.username }} {% else %}
{{ other_user.username|first|upper }}
{% endif %} {% endwith %}
« {% trans "BACK" %} {{ other_user.username }}
{% if has_more %}
{% endif %} {% include "letters/_partials/letter_rows.html" %} {% if not letters %} {% endif %}

{% trans "No letters yet. Write the first one!" %}

{% endblock content %} {% block scripts %} {% endblock scripts %}