{%- extends 'base_templates/page_base_half.html' %} {%- from "base_templates/form_macros.html" import render_addon_field, render_field, render_submit_field, myrender_hidden_field, render_file_field with context %} {%- block top %} {%- endblock %} {%- block content %} {%- if description %}
{{ word("File name") }} | {{ word("Action") }} |
---|---|
{{ file }} | {% if file in editable_files %}{{ word('Edit') }} {% endif %}{% if file in trainable_files %}{{ word('Train') }} {% endif %}{% if file in convertible_files %}{{ word('Convert to .md') }} {% endif %}{{ word('Delete') }} |
{{ word("No files have been uploaded yet.") }}
{%- endif %}{{ after_text }}
{%- endif %} {%- endblock %} {% block rightside %} {%- if active_file %}