{% extends "admin/base.html" %} {% block title %}Übersicht{% endblock %} {% block content %}

CSV hochladen

Gehostete Tabellen

{% if not tables %}

Noch keine Tabellen — lege die erste an.

{% endif %} {% for t in tables %}
{{ qr_svg(t.url) | safe }}

{{ t.title }}

{% if t.published %} {{ t.url }} {% else %} {{ t.url }} — noch keine CSV hochgeladen {% endif %}

{{ t.versions | length }} Version(en) {% if t.last_upload %}· letzte: {{ t.last_upload[:-4] }}{% endif %}

CSV-Vorlage {% if t.versions %}

Versionen (CSV-Download)
    {% for v in t.versions %}
  • {{ v }}
  • {% endfor %}
{% endif %}

{% endfor %}
{% endblock %}