generated from 2martens/django-template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
2.9 KiB
48 lines
2.9 KiB
{% extends "app/base.html" %} |
|
{% load i18n %} |
|
|
|
{% block title %}{{ site.title }} - {% trans "Legal Notice" %}{% endblock %} |
|
|
|
{% block content %} |
|
<h1>FIXME</h1> |
|
<h1>{% trans "Legal Notice" %}</h1> |
|
{% blocktrans %} |
|
<h2>Information provided according to Sec. 5 German Telemedia Act (TMG):</h2> |
|
<p>Jim Richard Martens<br /> |
|
Bindfeldweg 47d<br /> |
|
22459 Hamburg</p> |
|
|
|
<h2>Contact:</h2> |
|
<p>Email: admin@2martens.de</p> |
|
|
|
<h2>Responsible for contents acc. to Sec. 55, para. 2 German Federal Broadcasting Agreement (RstV):</h2> |
|
<p>Jim Martens<br /> |
|
Bindfeldweg 47d<br /> |
|
22459 Hamburg</p> |
|
|
|
<h2>Liability for Contents</h2> |
|
<p>As service providers, we are liable for own contents of these websites according to Sec. 7, paragraph 1 German |
|
Telemedia Act (TMG). However, according to Sec. 8 to 10 German Telemedia Act (TMG), service providers are not |
|
obligated to permanently monitor submitted or stored information or to search for evidences that indicate illegal |
|
activities.</p> <p>Legal obligations to removing information or to blocking the use of information remain unchallenged. |
|
In this case, liability is only possible at the time of knowledge about a specific violation of law. Illegal contents |
|
will be removed immediately at the time we get knowledge of them.</p> |
|
<h2>Liability for Links</h2> |
|
<p>Our offer includes links to external third party websites. We have no influence on the contents of those websites, |
|
therefore we cannot guarantee for those contents. Providers or administrators of linked websites are always responsible |
|
for their own contents.</p> |
|
<p>The linked websites had been checked for possible violations of law at the time of the establishment of the link. |
|
Illegal contents were not detected at the time of the linking. A permanent monitoring of the contents of linked |
|
websites cannot be imposed without reasonable indications that there has been a violation of law. Illegal links |
|
will be removed immediately at the time we get knowledge of them.</p> |
|
<h2>Copyright</h2> |
|
<p>Contents and compilations published on these websites by the providers are subject to German copyright laws. |
|
Reproduction, editing, distribution as well as the use of any kind outside the scope of the copyright law require a |
|
written permission of the author or originator. Downloads and copies of these websites are permitted for private use |
|
only.<br /> The commercial use of our contents without permission of the originator is prohibited.</p> |
|
<p>Copyright laws of third parties are respected as long as the contents on these websites do not originate from the |
|
provider. Contributions of third parties on this site are indicated as such. However, if you notice any violations of |
|
copyright law, please inform us. Such contents will be removed immediately.</p> |
|
<p> </p> |
|
{% endblocktrans %} |
|
{% endblock %}
|
|
|