{% extends 'speeches/base_form.html' %} {% load staticfiles %} {% load i18n %} {% block title %} {% trans 'Import speakers' %} {% endblock %} {% block content %}
Speakers can be imported into SayIt if they are available in Popolo JSON format.
Enter the location of the speaker data as either
{
'persons': [<a list of persons>],
'organizations': [],
'posts': [],
...
}
[<a list of persons>]