{% if not imports %}
| ID | Imported at | Account | Filename | Summary | Actions | |
|---|---|---|---|---|---|---|
| #{{ imp.id }} | {{ imp.imported_at.strftime("%Y-%m-%d %H:%M") }} | {{ imp.account_display }} | {{ imp.csv_filename }} | {%- if has_dates -%} {{ imp.min_trade_date }} → {{ imp.max_trade_date }} · {%- endif -%} {%- if imp.trade_count -%} {{ imp.trade_count }} trade{{ "s" if imp.trade_count != 1 else "" }} {%- endif -%} {%- if imp.gl_lot_count -%} {%- if imp.trade_count %} · {% endif -%} {{ imp.gl_lot_count }} G/L lot{{ "s" if imp.gl_lot_count != 1 else "" }} {%- endif -%} {%- if not total_units -%}no records{%- endif -%} | ||