{% load i18n %} {% load smart_if %} {% load extra_tags %}
{% ifequal contributor_type "original_author" %} {% if wiki %}

{% trans "community wiki" %}

{% blocktrans count post.revisions.all|length as rev_count %} one revision {% plural %} {{rev_count}} revisions {% endblocktrans %}

{{post.author.get_profile_link}}

{% else %}

{% ifequal post_type "question" %} {% trans "asked" %} {% else %} {% ifequal post_type "answer" %} {% trans "answered" %} {% else %} {% trans "posted" %} {% endifequal %} {% endifequal %} {% ifequal post_type "revision" %} {% diff_date post.revised_at %} {% else %} {% diff_date post.added_at %} {% endifequal %}

{% gravatar post.author 32 %}

{{post.author.get_profile_link}}
{% get_score_badge post.author %}

{% endif %} {% else %} {% if post.last_edited_at %}

{% ifequal post_type 'question' %} {% else %} {% endifequal %} {% trans "updated" %} {% diff_date post.last_edited_at %}

{% if post.author != post.last_edited_by or wiki %} {% gravatar post.last_edited_by 32 %}

{{post.last_edited_by.get_profile_link}}
{% get_score_badge post.last_edited_by %}

{% endif %} {% endif %} {% endifequal %}