{% extends 'base.html' %} {% block content %} {% if comp_textbooks %} Textbooks that were completed recently
{% endif %} {% if open_textbooks %} textbooks that are open for contribution
{% endif %} {% if unpub_textbooks %} Textbooks that have been created but need approval
{% endif %} {% endblock %}