{%- extends 'base_templates/page_base_half_pgfiles.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_file_listing %}{{ 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 %} {%- endif %} {%- if edit_header %}{{ after_text }}
{%- endif %}