{% extends "admin/layout.html" %} {% block title %}{{ _("Import from Feed") }}{% endblock %} {% block contents %}
{% 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') %}