{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %} {% load markdown_deux_tags %}

Tag: {{tag}}

Showing the differences between {{old_version.history_date}} ({{old_version.history_user}}) and {{new_version.history_date}} ({{new_version.history_user}})
{% for change in changes %}

{{change.field}}

{% if change.new %}
+
{{change.new}}
{% endif %} {% if change.old %}
-
{{change.old}}
{% endif %}
{% endfor %}
{% endblock %}