{% load static %} {% block title %} Python Textbook Companion Project | FOSSEE, IIT Bombay {% endblock %} {% block meta %} {% endblock %} {% block css %} {% endblock %} {% block script %} {% endblock %}
{% block content %} {% if up %}
×

Book has been uploaded successfully !

{% endif %} {% if login %}
×

Login Successful !

{% endif %} {% if logout %}
×

You have logged out successfully !

{% endif %} {% if update_book %}
×

Book has been updated successfully !

{% endif %} {% if not_found %}
×

It seems that currently there is no book that you can update ! Please submit one.

{% endif %} {% if proposal_submitted %}
×

Thank you for showing interest in contributing to Python TBC.
We have recevied your proposal. Please be patient we will get back to you within few days.

{% endif %} {% if proposal_pending %}
×

You either have a proposal pending or you are already working on a book. You cannot submit a proposal at this moment.

{% endif %}

Recent Submissions

{% for item in items %} {% endfor %}

Browse All Books

{% endblock %}