{{ header }}
<div id="information-information" class="container">  
    <div id="content" class="">
      <div class="inner-wrap pt-4 profile">
        <div class="container">
            <div class="row">
                <div class="col-md-12 mb-4 pt-2">
                    <h2 class="mb-4">Books & Bulletins</h2><br>
                    <!-- <h4 class="text-center">Topic of the Presidential Address</h4> -->
                    <!-- <p>The Indian Phytopathological Society is offering the following new books for your ready reference, record, selection and placing your valuable order. We hope that you will find above books useful for your department / library.</p>
                    <h4 class="text-danger">Place your order to:</h4>
                    <p>The Secretary, Indian Phytopathological Society, Division of Plant Pathology, IARI, New Delhi 110012,INDIA 
                    Tel.: 011-25840023, Email: ipsdis@yahoo.com ; Website: http://ipsdis.org</p> -->

              <div class="row ml-0 mr-0 w-100">
                <div class="col-sm-4 col-lg-3 col-xl-2">
                  <div class="card shadow">
                      <a href="books-bulletins-inner.php"><img class="img-fluid" src="images/book-1.jpg" alt="Book 1"></a>
                      <div class="card-body wrap-data">
                      <!-- <h3 class="card-title mb-1">IPS - A Journey of 7 Decades</h3> -->
                      <!-- <p class="card-text mb-1">India (2019)</p>    -->
                      <a href="http://storage.unitedwebnetwork.com/files/302/f357d3deb91f52c700c40c5749e30de6.pdf" class="btn btn-custom">Download</a>
                      </div>
                  </div>
                </div>
                {% if books %}
                {% for book in books %}
                <div class="col-sm-4 col-lg-3 col-xl-2">
                    <div class="card shadow">
                        <a href="{{ book.href }}"><img class="img-fluid" src="{{ book.image }}" alt="{{ book.title }}"></a>
                        <div class="card-body wrap-data">
                        <h3 class="card-title mb-1">{{ book.title }}</h3>
                        </div>
                    </div>
                </div>
                {% endfor %}
                {% endif %}

              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
</div>
{{ footer }}