{% for log in file.shortlog %}
  • {{log.time|date:"Y-m-d H:i:s"}} — {{log.type}} — {{log.message}}
  • {% endfor %}