{% if tree %} {% for entry in tree %} {% endfor %}
{% if entry.is_dir %} {{ entry.name }} {% else %} {{ entry.name }} {% endif %} {{ entry.commit_message|truncatechars:60 }} {% if entry.size %}{{ entry.size|filesizeformat }}{% endif %} {% if entry.commit_time %}{{ entry.commit_time|timesince }} ago{% endif %}
{% else %}

No files in this directory.

{% endif %}