{% extends 'base.html' %} {% load bulma_tags i18n %} {% block title %}{% trans "Import OPML feeds" %}{% endblock %} {% block content_title %}

{% trans "Import OPML feeds" %}

{% endblock content_title %} {% block content %}
{% csrf_token %} {{ form|bulma }} {% if redirect_field_value %} {% endif %}
{% endblock %}