{% include "fragments/explorer/header.html" %} {% if entries.is_empty() && !has_parent %}

No files found.

{% else %} {% for cell in empty_cells %} {% endfor %} {% for column in column_headers %} {% endfor %} {% if has_parent %} {% for cell in empty_cells %} {% endfor %} {% endif %}{% for e in entries %} {% for cell in e.cells %} {% endfor %} {% endfor %}
{{ name_header.label }} {% if name_header.active %} {% endif %} {{ column.label }} {% if column.active %} {% endif %}
..
{{ e.name }}{% if let Some(text) = cell.text %}{% if let Some(class) = cell.text_class %}{{ text }}{% else %}{{ text }}{% endif %}{% endif %}
{% endif %}
{% if let Some(r) = readme %}
{{ r.name }}
{{ r.html|safe }}
{% endif %}