+

+ {% if request.LANGUAGE_CODE == 'ja' %}{{ post.title_ja }}{% else %}{{ post.title }}{% endif %} +

+
+ {% 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 %} + {% if request.LANGUAGE_CODE == 'ja' %}{{ post.category.name_ja }}{% else %}{{ post.category }}{% endif %} + {% if request.LANGUAGE_CODE == 'ja' %}投稿日:{% else %}on{% endif %} + {% localtime on %}{{ post.date | date:"M d, Y" }}{% endlocaltime %} +
+ {{ post.excerpt | safe }} +