{% extends "base_site.html" %} {% load i18n %} {% block content %}

{{ modelreference }}

{% trans "Commit" %}

{% for logentry in log_data %} {% include "model_databank/includes/logentry_full.html" with model_reference_slug=modelreference.slug %} {% endfor %}
{% if log_data.patch %}
{% trans "diff" %}
{{ log_data.patch }}
{% endif %}
{% endblock %}