{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_link = "tasks" %} {% import "projects/_helpers.html" as helper %} {% block content %} {% if project %} {{ helper.render_project_local_nav(project, 'info', current_user) }} {{ helper.render_project_banner(project, overall_progress, false) }}
{% if project.owner_id == current_user.id or (current_user.is_authenticated() and current_user.admin)%}

{{_('Import Tasks')}}

{{_('Import tasks from templates, GDrive, or CSV')}}

{{_('Import')}}

{{_('Export Tasks')}}

{{_('Export tasks to JSON, CSV or a CKAN server')}}

{{_('Export')}}

{{_('Task Presenter')}}

{{_('Edit the task presenter')}}

{{_('Editor')}}

{{_('Settings')}}

{{_('Configure the task scheduler, redundancy, etc.')}}

{{_('Settings')}}

{{_('Browse')}}

{{_('Check the status of the tasks')}}

{{_('Browse')}}
{% if current_user.pro or current_user.admin %}

{{_('Auto-import Tasks')}}

{{_('Import tasks regularly and automatically')}}

{{_('Setup')}}
{% endif %}
{% else %}

{{_('Browse')}}

{{_('Check the status of the tasks')}}

{{_('Browse')}}

{{_('Export Tasks')}}

{{_('Export tasks to JSON, CSV or a CKAN server')}}

{{_('Export')}}
{% endif %}
{% else %}

{{_('Sorry! This project does not exist.')}}.

{% endif %} {{ helper.broken_image() }} {{ helper.knob() }} {% endblock %}