{% extends "base.html" %} {% load browse_helpers %} {% block content %} {% if aero_textbooks %} {% as_list_tasks aero_textbooks "Aerospace Engineering" %} {% endif %} {% if chemical_textbooks %} {% as_list_tasks chemical_textbooks "Chemical Engineering" %} {% endif %} {% if computerscience_textbooks %} {% as_list_tasks computerscience_textbooks "Computer Science and Engineering" %} {% endif %} {% if electrical_textbooks %} {% as_list_tasks electrical_textbooks "Electrical Engineering" %} {% endif %} {% if engineeringphysics_textbooks %} {% as_list_tasks engineeringphysics_textbooks "Engineering Physics Engineering" %} {% endif %} {% if mechanical_textbooks %} {% as_list_tasks mechanical_textbooks "Mechanical Engineering" %} {% endif %} {% if metallurgical_textbooks %} {% as_list_tasks metallurgical_textbooks "Metallurgical Engineering and Materials Science" %} {% endif %} {% comment %} {% if comp_textbooks %} Textbooks that were completed recently
{% endif %} {% if open_textbooks %} Textbooks that are open for contribution
{% endif %} {% if unpub_textbooks %} Textbooks that need approval
{% endif %} {% endcomment %} {% endblock %}