{% extends "index.html" %} {% block title %}{{ super() }} - {{ _("Create") }}{% endblock%} {% set active_page = "create" %} {% block content %}

{{ _("Create new torrent") }}

{% if errors %} {% for error in errors %} {% endfor %} {% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{{ _("Size") }}:

{{ _("Tracker") }}:

{{ _("Detected files") }}:
{% endblock content%}