{% load i18n %} {% load templates %} {% if type == 'ED' or type == '~' %} {% elif type == 'NE' or type == '+' %} {% elif type == 'DE' or type == '-' %} {% endif %}
{{ date |date:'d/m/Y'}}
{{ date |date:'H:i:s'}}
{% if user %} {{ user }} {% endif %}
{% if type == 'DE' %} {{ object }} {% else %} {{ object }} {% endif %}
{{ object | to_class_name }}