{% 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')}}

{{_('From a Flickr Album')}}


{{ _('Grant access to your Flickr albums to select one...') }}

{{ _('Log in Flickr') }}

    {% if form %}
    {{ form.hidden_tag() }} {{ _('Or manually provide the ID of a Flickr set with images for') }} {{ active_project }}.
    {{ _('For more information, please look at') }} {{ _('the documentation') }}.
    {{ render_field(form.album_id, class_="input-block-level", placeholder="The ID of the Flickr set") }}
    {% endif %}
    {% endblock %}