2025-02-19 20:46:14 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Imprint</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Imprint</h1>
|
|
|
|
|
|
|
|
<h2>Information in accordance with § 5 TMG</h2>
|
|
|
|
<p>
|
2025-02-20 00:31:47 +01:00
|
|
|
<strong>{{ service_provider.company.titel }}</strong><br>
|
|
|
|
{{ service_provider.company.subtitel }}<br>
|
2025-02-19 20:46:14 +01:00
|
|
|
<br>
|
|
|
|
<strong>Address:</strong><br>
|
2025-02-20 00:31:47 +01:00
|
|
|
{{ service_provider.company.address.street }}<br>
|
|
|
|
{{ service_provider.company.address.postal_code }} {{ service_provider.company.address.city }}<br>
|
|
|
|
{{ service_provider.company.address.country }}
|
2025-02-19 20:46:14 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Contact</h2>
|
|
|
|
<p>
|
2025-02-19 22:03:17 +01:00
|
|
|
Telephone: {{ service_provider.contact.phone }}<br>
|
|
|
|
Email: <a href="mailto:{{ service_provider.contact.email }}">{{ service_provider.contact.email }}</a>
|
2025-02-19 20:46:14 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Editorial Responsibility</h2>
|
|
|
|
<p>
|
2025-02-19 22:03:17 +01:00
|
|
|
{{ service_provider.legal.editorial_responsible }}
|
2025-02-19 20:46:14 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Source Code</h2>
|
|
|
|
<p>
|
2025-02-19 22:03:17 +01:00
|
|
|
Code repository available at: <a href="{{ service_provider.legal.source_code }}">{{ service_provider.legal.source_code }}</a>
|
2025-02-19 20:46:14 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Consumer Dispute Resolution / Universal Arbitration Board</h2>
|
|
|
|
<p>
|
|
|
|
Federal Universal Arbitration Board<br>
|
|
|
|
Center for Arbitration e.V.<br>
|
|
|
|
Straßburger Straße 8<br>
|
|
|
|
77694 Kehl am Rhein
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|