{% extends 'layouts/layout_home.html' %} {% block title %} Upload m3u | {{ config['PUBLIC_CONFIG'].site.title }} {% endblock %} {% block content %}

Version: {{ config['PUBLIC_CONFIG'].project.version }}

{% trans %}Upload m3u file{% endtrans %}

{% trans %}Note: Please upload m3u file for service.{% endtrans %}

{{ util.flashed_messages(dismissible=True, container=False) }}
{{ form.hidden_tag() }}
{{ form.file }}
Type: {{ form.type }}
Tags: {{ form.tags }}
{{ form_field(form.submit, class="btn btn-success") }}
{%- endblock %}