{% if pending %}Indexing paths... {% else if rows.is_empty() %}No matching paths. {% else %}{% for row in rows %} {{ row.html|safe }} {% for cell in row.cells %} {% if let Some(text) = cell.text %}{% if let Some(class) = cell.text_class %}{{ text }}{% else %}{{ text }}{% endif %}{% endif %} {% endfor %} {% endfor %}{% endif %}