{% extends 'base.html' %} {% include 'book/add_contributor_modal.html' %} {% block content %} {% block right_sidebar %} {% endblock %}

Contributors

{% for contributor in book.contributors %} {% endfor %}
Username Role Action
{{ contributor.user.username }}
{% endblock %}