{% if can_edit %}
Edit Text book
{% endif %}
{% if can_approve %}
Approve Text book
{% endif %}
created by {{ textbook.created_by.username }}
on {{textbook.creation_datetime|date:"D d M Y"}} at {{textbook.creation_datetime|time:"H:i"}}
{% if textbook.tags.count %}
Tags:
{% for tag in textbook.tags %}
{{tag}}
{% endfor %}
{% endif %}
{% if chapters %}
Chapters: