{% extends "base.html" %} {% block title %}Features ยท Run #{{ run.id }}{% endblock %} {% block content %}
Showing {{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }} features
| Index | Label | Description Snippet | Max Act | Actions |
|---|---|---|---|---|
| {{f.feature_index }} | {{ f.label|default:"Unlabeled" }} | {{ f.description|truncatechars:80 }} | {{ f.max_activation|floatformat:2 }} | |
| No features found matching your query. | ||||