pytask/templates/task/browse_textbooks.html
changeset 546 6393b77c3c68
parent 497 6386458d749b
equal deleted inserted replaced
545:3a86d85333a3 546:6393b77c3c68
     4 {% load browse_helpers %}
     4 {% load browse_helpers %}
     5 
     5 
     6 
     6 
     7 {% block content %}
     7 {% block content %}
     8   {% if aero_textbooks %}
     8   {% if aero_textbooks %}
     9     {% as_list_textbooks aero_textbooks "Aerospace Engineering" %}
     9     {% as_list_tasks aero_textbooks "Aerospace Engineering" %}
    10   {% endif %}
    10   {% endif %}
    11 
    11 
    12   {% if chemical_textbooks %}
    12   {% if chemical_textbooks %}
    13     {% as_list_textbooks chemical_textbooks "Chemical Engineering" %}
    13     {% as_list_tasks chemical_textbooks "Chemical Engineering" %}
    14   {% endif %}
    14   {% endif %}
    15 
    15 
    16   {% if computerscience_textbooks %}
    16   {% if computerscience_textbooks %}
    17     {% as_list_textbooks computerscience_textbooks "Computer Science and Engineering" %}
    17     {% as_list_tasks computerscience_textbooks "Computer Science and Engineering" %}
    18   {% endif %}
    18   {% endif %}
    19 
    19 
    20   {% if electrical_textbooks %}
    20   {% if electrical_textbooks %}
    21     {% as_list_textbooks electrical_textbooks "Electrical Engineering" %}
    21     {% as_list_tasks electrical_textbooks "Electrical Engineering" %}
    22   {% endif %}
    22   {% endif %}
    23 
    23 
    24   {% if engineeringphysics_textbooks %}
    24   {% if engineeringphysics_textbooks %}
    25     {% as_list_textbooks engineeringphysics_textbooks "Engineering Physics Engineering" %}
    25     {% as_list_tasks engineeringphysics_textbooks "Engineering Physics Engineering" %}
    26   {% endif %}
    26   {% endif %}
    27 
    27 
    28   {% if mechanical_textbooks %}
    28   {% if mechanical_textbooks %}
    29     {% as_list_textbooks mechanical_textbooks "Mechanical Engineering" %}
    29     {% as_list_tasks mechanical_textbooks "Mechanical Engineering" %}
    30   {% endif %}
    30   {% endif %}
    31 
    31 
    32   {% if metallurgical_textbooks %}
    32   {% if metallurgical_textbooks %}
    33     {% as_list_textbooks metallurgical_textbooks "Metallurgical Engineering and Materials Science" %}
    33     {% as_list_tasks metallurgical_textbooks "Metallurgical Engineering and Materials Science" %}
    34   {% endif %}
    34   {% endif %}
    35 
    35 
    36 
    36 
    37 
    37 
    38 
    38