{% extends "base.html" %} {% load humanize profiling_explorer_tags %} {% block main %} {% for col in columns %} {{ col.label }} {{ col.indicator }} {% if col.key == "calls" or col.key == "cumulative_ms" %}% {% endif %}{% endfor %} filename:lineno function {% for row in rows %} {% include "_row.html" with row=row stats=row focal=False only %} {% endfor %} {% if next_url %}{% endif %} {% endblock %}