{% load i18n %} {% load review_tools %} {% if snapshot and current != snapshot %}
{{ current }}
{% block_diff current snapshot %}
{% else %}
{{ current }}
{% endif %}