{% extends "base.html" %} {% load i18n bootstrap4 %} {% block title %}{% trans "Start" %} · {{ block.super }}{% endblock %} {% block content %} {% if request.user.is_authenticated %}
{% trans 'You are registered since' %} {{ request.user.date_joined|timesince}}
{% trans 'Not logged in' %}
{% endif %} {% endblock %}