{% blocktrans %}Do you want to learn more how to use Booktype? Read the user guide!{% endblocktrans %}
{% if user.username == request.user.username %} {% trans "CREATE NEW BOOK" %} {% endif %} {% if user.username == request.user.username %} {% endif %} {% trans "My Books" %} {% if user.username == request.user.username %} {% endif %}
- {% for book in books %}
- {% if book.hidden %} {{ book.title }} {% else %} {{ book.title }} {% endif %} {% trans "edit" %} {% empty %} {% if user.username == request.user.username %} {% blocktrans %}
This is a perfect moment to start writing your book, just click on the button above!
{% endblocktrans %} {% else %} {% blocktrans %}This user has no books.
{% endblocktrans %} {% endif %} {% endfor %}{% if user.username == request.user.username %} {% trans "CREATE NEW GROUP" %} {% endif %} {% if user.username == request.user.username %} {% endif %} {% trans "My Groups" %} {% if user.username == request.user.username %} {% endif %}
-
{% for group in groups %}
- {{ group.name }}{% trans "go" %} {% empty %} {% if user.username == request.user.username %}
{% blocktrans %}Work with others in Groups. To create a Group click on the button above.{% endblocktrans %}
{% else %}{% blocktrans %}This user has no groups.{% endblocktrans %}
{% endif %} {% endfor %}