{{ post.title }}

{% with post.author.userprofile_set.first as authorprofile %} {{ post.author.first_name }}'s Avatar {% endwith %} {{ post.author.first_name }} {{ post.author.last_name }} {% if request.LANGUAGE_CODE == 'ja' %}投稿カテゴリー:{% else %}posted in{% endif %} {{ post.category.name }} {% if request.LANGUAGE_CODE == 'ja' %}投稿日:{% else %}on{% endif %} {% localtime on %}{{ post.date | date:"M d, Y" }}{% endlocaltime %}
{{ post.excerpt | safe }}