{% trans "Compose" %} {% trans "Inbox" %} {% if new_messages != 0 %} {{ new_messages }} {% endif %} {% trans "Important" %} {% trans "Sent" %} {% trans "Draft" %} {% if num_drafts != 0 %} {{ num_drafts }} {% endif %} {% trans "Trash" %} 3 {% trans "Promotions" %} 2 {% trans "News" %} {% for contact in mail_contacts %} {{ contact.full_name }} {% endfor %} {% block inbox_content %} {% endblock %}