2020-10-01 23:05:34 +02:00
|
|
|
{% load i18n %}
|
|
|
|
|
2020-09-02 23:56:19 +02:00
|
|
|
<header class="LP-TextSection__Headline">
|
2020-10-10 23:46:26 +02:00
|
|
|
<h1 class="LP-Headline">{% trans 'Start' %}</h1>
|
2020-09-02 23:56:19 +02:00
|
|
|
</header>
|
2020-09-02 22:46:37 +02:00
|
|
|
|
2020-09-02 23:56:19 +02:00
|
|
|
<div class="LP-TextSection__Text">
|
2020-10-10 23:46:26 +02:00
|
|
|
<p class="LP-Paragraph">{% trans 'Welcome to our Urban Exploration community catalogue,' %}
|
2020-09-03 00:17:42 +02:00
|
|
|
{% if user.is_authenticated %}
|
|
|
|
{{ user.username }}
|
|
|
|
{% else %}
|
2020-10-10 23:46:26 +02:00
|
|
|
{% trans 'explorer' %}
|
2020-09-03 00:17:42 +02:00
|
|
|
{% endif %}
|
|
|
|
!
|
|
|
|
</p>
|
|
|
|
<p class="LP-Paragraph">
|
2020-10-10 23:46:26 +02:00
|
|
|
{% trans 'We strictly follow our' %}
|
|
|
|
<a class="LP-Link" href="{% url 'flatpage' slug='codex' %}"><span class="LP-Link__Text">{% trans 'UrBex codex' %}</span></a>
|
|
|
|
{% trans 'and expect you to do so, too.' %}'
|
2020-09-03 00:17:42 +02:00
|
|
|
</p>
|
2020-09-02 23:56:19 +02:00
|
|
|
</div>
|