{% extends 'base.html' %} {% block title %}Statistics{% endblock %} {% block content %} {% include 'book/modals/fork_book_modal.html' %}
{{book.about}}
Username | Address |
---|---|
{{user.username}} | {{user.wallet_id}} |
Username | Address | Role |
---|---|---|
{{contributor.user.username}} | {{contributor.user.wallet_id}} | {{contributor.role}} |
Created by {{version.book.owner.username}} on {{version.created_at.strftime('%B %d, %Y')}}
{% endif %}{{ book.interpretations|length }}
{{ book.approved_comments|length }}
Created by {{fork.owner.username}} on {{fork.created_at.strftime('%B %d, %Y')}}
{{ fork.interpretations|length }}
{{ fork.approved_comments|length }}