{% extends "base.html" %} {% block content %}
Extension | Number (%) | Lines (%) | Lines per file |
---|---|---|---|
{{ index }} | {{ row["files_count"] }} ({{'%0.2f'|format(row["files_count"]|to_percentage(project.total_files_count))}}%) | {{ row["lines_count"] }} ({{'%0.2f'|format(row["lines_count"]|to_percentage(project.total_lines_count))}}%) | {{'%0.1f'|format(row["lines_count"] | to_ratio(row["files_count"]))}} |