{% extends 'base.html' %} {% set selected_tab='my_library' %} {% block title %}My Library{% endblock %} {% block content %} {% if current_user.is_authenticated %} {% include 'book/modals/add_book_modal.html' %} {% endif %}
Fork
{% endif %} {% if book.user_id != current_user.id %} Contributing {% endif %} {{book.label}}Last updated on {{book.versions[-1].updated_at.strftime('%B %d, %Y')}}
{% endif %}