{% extends 'components/shell.html' %} {% from 'components/loading_icon.html' import loading_icon %} {% from 'components/buttons.html' import button %} {% block title %} Import {{ props.import_id }} {% endblock title %} {% block meta %} {% endblock meta %} {% block content %}
{% include "components/importer_states.html" %}

Importer logs for {{ props.import_id }}

{% if props.is_dms %}
Hey!

You gave the importer permission to access your messages. To protect your anonymity, you must manually approve each one. Wait until after the importer says Done importing DMs, then go here to choose which ones you wish to import.

{% endif %}
Status: Fetching
Total:
{{ button('Reverse order', class_name='import__reverse') }}

{{ loading_icon() }} Wait until logs load...

{% endblock content %} {% block components %} {{ log_item() }} {% endblock components %} {% macro log_item() %}
  • {% endmacro %}