{% INCLUDE 'overall_header.html' %} {% INCLUDECSS '@primehalo_primepostrevisions/ppr_view.css' %}

{% if COMPARISONS %}{{ lang('PRIMEPOSTREVISIONS_TITLE') }}{% else %}{{ lang('PRIMEPOSTREVISIONS_COMPARING') }}{% endif %}

{% if COMPARISONS %}{{ lang('PRIMEPOSTREVISIONS_VIEWING_EXPLAIN') }}{% else %}{{ lang('PRIMEPOSTREVISIONS_COMPARING_EXPLAIN') }}{% endif %}

{% if loops.pagination|length or U_POST or (S_FORM_ACTION and not COMPARISONS) %}
{% if U_POST %} {{ lang('VIEW_LATEST_POST') }} {% endif %} {% if S_FORM_ACTION and not COMPARISONS %} {{ lang('PRIMEPOSTREVISIONS_VIEW') }} {% endif %}
{% endif %}
{% for postrow in loops.postrow %}
{% if postrow.POSTER_AVATAR %} {% if postrow.U_POST_AUTHOR %}{{ postrow.POSTER_AVATAR }}{% else %}{{ postrow.POSTER_AVATAR }}{% endif %} {% endif %}
{% if not postrow.U_POST_AUTHOR %}{{ postrow.POST_AUTHOR_FULL }}{% else %}{{ postrow.POST_AUTHOR_FULL }}{% endif %}
{% if postrow.RANK_TITLE or postrow.RANK_IMG %}
{{ postrow.RANK_TITLE }}{% if postrow.RANK_TITLE and postrow.RANK_IMG %}
{% endif %}{{ postrow.RANK_IMG }}
{% endif %} {% if not S_IS_BOT and postrow.contact|length %}
{{ lang('CONTACT') ~ lang('COLON') }}
{% endif %}

{{ postrow.EDIT_COUNT_STR }}: {{ postrow.POST_SUBJECT }}

{% if postrow.EDIT_COUNT > 0 %}{{ lang('PRIMEPOSTREVISIONS_EDIT_BY') }}{% else %}{{ lang('POST_BY_AUTHOR') }}{% endif %} {{ postrow.POST_AUTHOR_FULL }} » {{ postrow.POST_DATE }}

{{ postrow.POST_TEXT }}
{% if postrow.EDIT_REASON %}
{{ lang('REASON') ~ lang('COLON') }} {{ postrow.EDIT_REASON }}
{% endif %}

{% endfor %} {% if SELECTABLE %}
{% if DELETABLE_CNT > 1 %}{% endif %} {% if COMPARISONS and REVISION_CNT > 2 %}{% endif %} {{ lang('MARK_ALL') }}  {{ lang('COLON') ~ lang('COLON') }}  {{ lang('UNMARK_ALL') }}
{% if loops.pagination|length %}

{% endif %}
{% endif %}
{% INCLUDE 'overall_footer.html' %}