{% extends 'base_templates/flask_wide_base.html' %} {% block content %} {%- from "base_templates/form_macros.html" import render_addon_field, render_submit_field, myrender_hidden_field with context %}
{%- if default_filter_string == '' %} {%- else %} {%- endif %}
{{ form.hidden_tag() }} {{ myrender_hidden_field(form.file_name, value=current_file) }}

{{ word("Only the last 30 lines are shown. Download the file to see the previous lines.") }}

{%- endblock %}