{% extends "admin/layout.html" %} {% block title %}{{ _("Import from Feed") }}{% endblock %} {% block contents %}

{{ _("Import from Feed") }}

{% trans %} This importer can be used to import standard compliant feeds with optional proprietary extensions. Because of different incompatible RSS standards this importer can currently only handle Atom feeds. {% endtrans %}

{% call form(enctype='multipart/form-data') %}
{{ form.download_url.as_dd() }}
{{ _("Upload Feed") }}
{% endcall %} {% endblock %}