{% load gravatar superarchives tz i18n %}
  • {% spaceless %}
    {% if userprofile.get_absolute_url %} {% endif %} {% gravatar emailaddress 34 %} {{ fullname }} {% if userprofile.get_absolute_url %} {% endif %} {% if email.id %} {% endif %}
    {% if not reply %}
    {{ email.received_time|localtime|date:'DATETIME_FORMAT' }}
    {% if user in email.vote_list %}
    {% if user.is_active %} {% endif %}
    {% endif %}
    {% if not reply %} {% display_message email %} {% else %}
    {% csrf_token %}

    {% trans "After sending a message it will take few minutes before it shows up in here. Why don't you grab a coffee?" %}

    {% endif %}
    {% endspaceless %}