{% extends "base.html" %}
{% load crispy_forms_tags %}
{% block title %}Import from Google Drive - {{ auction }}{% endblock %}
{% block content %}
{% include 'auction_ribbon.html' %}
Got your club roster in a shared Google sheet? You can sync it quickly and automatically without needing to export and import a CSV. Put some or all of these as your column names:
Current Google Drive link: {{ auction.google_drive_link|urlize }}
{% if auction.last_sync_time %}
Last synced: {{ auction.last_sync_time|timesince }} ago
{% else %}
Last synced: Never
{% endif %}