analytics / lib /plausible_web /templates /email /csv_import.html.heex
Leon4gr45's picture
Upload folder using huggingface_hub (part 3)
88211d3 verified
Raw
History Blame Contribute Delete
616 Bytes
<%= if @success do %>
Your CSV import has completed successfully. The Plausible dashboard for {@site_import.site.domain} now contains historical data from {date_format(
@site_import.start_date
)} to {date_format(@site_import.end_date)}. <br /><br />
<a href={@link}>View your dashboard</a>.
<% else %>
Unfortunately, your CSV import for {@site_import.site.domain} did not complete successfully. Sorry about that!
<br /><br /> Please ensure that your CSV files follow
<a href="https://plausible.io/docs/csv-import#csv-format-guidelines">our format guidelines</a>
and try the import again.
<% end %>