Blame view

dictionary/templates/history_table.html 204 Bytes
janek37 authored
1
2
{% load format_date %}
{% for table in transaction_tables %}
janek37 authored
3
    <span>
janek37 authored
4
5
6
    {{ table.user.username }}
    {{ table.date|format_date }}
  </span>
janek37 authored
7
    {% include "lexeme_history_table.html" %}
janek37 authored
8
{% endfor %}