{% extends "mobetta/base.html" %} {% load i18n %} {% block pagetitle %}{{ block.super }} - {% trans "File" %} - {% trans "Edit history" %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Edit history for" %} {{ translation_file.filepath }}



{% for edit in edits %} {% endfor %}
{% trans "Time" %} {% trans "Updated by" %} {% trans "Message Hash" %} {% trans "Message ID" %} {% trans "Field" %} {% trans "Old value" %} {% trans "New value" %}
{{ edit.created }} {{ edit.user }} {{ edit.msghash }} {{ edit.msgid }} {{ edit.fieldname }} {{ edit.old_value }} {{ edit.new_value }}
{% include 'mobetta/pagination.html' %} {% endblock content %}