summaryrefslogtreecommitdiffstats
path: root/templates/imprint.html
blob: 02944a03e5ee045be5b1c7b116b1619a90a8bd22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{% extends "base.html" %}
{% block title %}Imprint{% endblock %}
{% block content %}
<h1>Imprint</h1>

<strong>Impressum gem&auml;&szlig; &sect; 6 TDG und &sect; 10 Mediendienstestaatsvertrag</strong>
<table>
  <tr>
    <th>Institution:</th>
    <td>Spline is a part of the Freie Universit&auml;t Berlin</td>
  </tr>
  <tr>
    <th>Anschrift:</th>
    <td><address>Spline, Institut f&uuml;r Informatik, Takustra&szlig;e 9, 14195 Berlin</address></td>
  </tr>
  <tr>
    <th>Kontakt:</th>
    <td>spline@spline.de, Tel. +49-30-838-53860</td>
  </tr>
  <tr>
    <th>Rechtsform:</th>
    <td>Die Freie Universit&auml;t Berlin ist eine K&ouml;rperschaft des &ouml;ffentlichen Rechts gem. &sect;&sect; 1 und 2 Berliner Hochschulgesetz (BerlHG)</td>
  </tr>
  <tr>
    <th>UST-Id:</th>
    <td>DE 811304768</td>
  </tr>
</table>
{% endblock %}