{% extends 'speeches/base_form.html' %} {% load staticfiles %} {% load i18n %} {% block title %} {% trans 'Import speakers' %} {% endblock %} {% block content %} {% blocktrans %}

Speakers can be imported into SayIt if they are available in Popolo JSON format.

Enter the location of the speaker data as either

{% endblocktrans %}
{% trans "Import People (may take some time)" as submit %} {% include 'speeches/form.html' with type="import_popolo" submit=submit %}
{% endblock %}