{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_project = project.short_name %} {% import "projects/_helpers.html" as helper %} {% block content %} {% from "_formhelpers.html" import render_field %} {{ helper.render_loading(loading_text) }}
{{ helper.render_project_local_nav(project, 'tasks', current_user, pro_features)}}

{{project.name}}: {{_('Import tasks')}}

{% if form %}

{{_('From a Twitter hashtag or account')}}

{% if not current_user.info.get('twitter_token') %}

{{ _('You can provide your own Twitter credentials and make API requests in behalf of them, or use the credentials provided by us. (The later only allows to import the number of tweets returned by a single Twitter API call, which is 100 for searches and 200 for user timelines.)') }}

{{ _("I'll use my credentials") }} {{ _("I'll use credentials provided by the platform") }} {% endif %}
{% endblock %}