{% extends "base.html" %} {% load crispy_forms_filters %} {% load static %} {% load i18n %} {% block title %}{% trans "Overview" %}{% endblock %} {% block content %}
{% trans 'Owner' %}: {{ us.space.created_by }} {% if us.space.created_by != us.user %}
{% trans 'Leave Space' %} {% endif %}
{% trans 'To join an existing space either enter your invite token or click on the invite link the space owner send you.' %}
{% trans 'Start your own recipe space and invite other users to it.' %}