{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_project = "all" %} {% import "projects/_helpers.html" as helper %} {% block content %}
{{ _('When') }} | {{ _('Who') }} | {{ _('Source') }} | {{ _('Action') }} | {{ _('Attribute') }} | {{ _('Old Value') }} | {{ _('New Value') }} |
{{log.created}} | {% if current_user.name == log.user_name%}{{ _('You') }}{%else%}{{log.user_name}}{%endif%} | {{log.caller}} | {{log.action}} | {{log.attribute}} | {{(log.old_value or "Nothing")|truncate(30)}} | {{(log.new_value or "Nothing")|truncate(30)}} |