{% extends "generate/base.html" %} {% set active_generate_page = "seeds" %} {% block title %}Seeds — {{ seed_name }} | SPIKEE{% endblock %} {% block content %}
{{ file.name }}
{{ file.entries }} entr{{ 'y' if file.entries == 1 else 'ies' }}
{% if is_local %}
Raw Edit
{% else %}
{% endif %}
{% if is_local and file.name.endswith('.jsonl') %}
New Row
{% endif %}
{% if file.preview %}
{% endif %}
| {% endif %} {% for col in file.columns %} | {{ col_labels[col] }} | {% endfor %} {% if is_local and file.name.endswith('.jsonl') %}{% endif %} | |||
|---|---|---|---|---|---|
| {% endif %} {% for col in file.columns %} {% if col == 'id' %} | {{ row.id }} | {% elif col == 'type' %}{{ row.type }} | {% elif col == 'lang' %}{{ row.lang or '—' }} | {% elif col == 'text' %}{{ row.text }} | {% endif %} {% endfor %} {% if is_local and file.name.endswith('.jsonl') %}Edit | {% endif %}
{{ script_name }}