{% extends "base.html" %} {% block title %}{{ _('Import/Export PyArchInit') }}{% endblock %} {% block content %}

{{ _('Import/Export from PyArchInit') }}

{{ _('Import data from PyArchInit (full version) or export data to PyArchInit database') }}

{{ _('Source PyArchInit Database') }}
{{ _('Full absolute path to PyArchInit SQLite database file') }}
{{ _('Click Browse to select a file or type the path manually') }}
{{ _('What to Import') }}
{{ _('Filter by Sites') }} ({{ _('optional') }})

{{ _('Test connection first to load available sites') }}

{{ _('Status') }}
{{ _('Ready to import') }}
{{ _('Datazione Sync') }}

{{ _('If you already imported periodizzazione data, use this button to manually synchronize datazioni table and US datazione fields.') }}

{{ _('Target PyArchInit Database') }}
{{ _('Full absolute path to target PyArchInit SQLite database') }}
{{ _('Click Browse to select a file or type the path manually') }}
{{ _('What to Export') }}
{{ _('Note: Only Sites and US can be exported to PyArchInit full version') }}
{{ _('Status') }}
{{ _('Ready to export') }}
{% endblock %}