{% import "scmutils.html" as utils with context %}
{{ utils.breadcrumb(repo, ref, path_parts, display_ref_prefix) }} {{stat.filemode(entry.perm)}} {{humanize.naturalsize(entry.size, binary=True).replace("Byte", "byte")}} View raw {% if commit %}
{{commit.short_id}} — {% set author_user = lookup_user(commit.author_email) %} {% if author_user %} {{commit.author_name}} {% else %} {{commit.author_name}} {% endif %} {{commit.desc_first_line}} {{ commit.date | date }}
{% endif %}
{% if not entry.is_binary %}
{% for i in range(80) %} {% endfor %}
{% for line in data.split("\n") %}{{loop.index}}{% if not loop.last %}
{% endif %}{% endfor %}
{{ highlight_file(entry.name, entry.hash, data) }}
{% else %}

{{humanize.naturalsize(entry.size, binary=True).replace("Byte", "byte")}} binary file not shown.

Download {{icon("caret-right")}}

{% endif %}