{% extends "model_databank/modelreference_base.html" %} {% load i18n %} {% load model_databank_tags %} {% block section_title %}{% trans "Commit History" %}{% endblock section_title %} {% block section_body %}
# | {% trans "Author" %} | {% trans "Message" %} | {% trans "Date" %} |
---|---|---|---|
{{ logentry.revision_display_number }} | {{ logentry.author }} | {{ logentry.message }} | {{ logentry.date|date:"SHORT_DATE_FORMAT" }} |