{% extends "projector/project/details.html" %} {% load i18n %} {% if root.is_file %} {% block head_css %}{{ block.super }} {% endblock %} {% endif %} {% block col_main_extra %}
{% path_breadcrumbs request.META.PATH_INFO %} | ||||
---|---|---|---|---|
{% trans "Name" %} | {% trans "Size" %} | {% trans "Revision" %} | {% trans "Age" %} | {% trans "Last committer" %} |
{{ node.name }} | {% if node.is_file %}{{ node.info.size|filesizeformat }}{% endif %} | {{ node.info.revision }} | {{ node.info.date|timesince }} | {{ node.info.author }} |