diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html new file mode 100644 index 0000000..3062976 --- /dev/null +++ b/app/templates/dashboard.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{% block content %} +
| Name | +Telefon | +Aktionen | +|
|---|---|---|---|
| {{ c.name }} | +{{ c.phone or '-' }} | +{{ c.email or '-' }} | ++ Edit + + | +
Noch keine Firmen erfasst.
+{% endif %} +{% endblock %}