{% extends "bulletin/base.html" %} {% load bootstrap3 %} {% load bootstrap_pagination %} {% block editorial_tab_class %} active {% endblock %} {% block content %}
{% for ad in object_list %}
{% if ad.image %} {% endif %}
{% empty %} no ads ... {% endfor %}
{% bootstrap_paginate page_obj range=10 show_first_last="true" %}
{% endblock %}