{% extends 'base2.html' %} {% load static %} {% block head_title %} Kuulutaja {% endblock head_title %} {% block content %}

Kuulutaja classified ads website

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.


To add your own advertisement you need to create a new account or log in with an existing one.

Create a new account

{# {% for item, info in annotated_list %}#} {# {{ item }}#} {# {% endfor %}#} {# {{ annotated_list }}#} {#
#} {# {% for item, info in annotated_list %}#} {# {% if info.level == 0 %}#} {#
#} {#
#} {#
    #} {# {% endif %}#} {# {% if info.level == 1 %}#} {#
    {{ item }}
    #} {# {% elif info.level == 2 %}#} {# #} {#
  • {{ item }}
  • #} {#
    #} {# {% elif info.level == 2 and info.open %}#} {# #} {# {% endif %}#} {##} {##} {##} {# {% if 1 in info.close %}#} {#
#} {# {% elif 2 in info.close %}#} {#
#} {# {% elif 0 in info.close %}#} {# #} {#
#} {#
#} {#
#}

Categories

{% for item, info in annotated_list %} {% if info.level == 0 %}
{% endif %} {% if info.level == 1 %}
{{ item }}{{ item.count }}
{% elif info.level == 2 %} {{ item }} {% elif info.level == 2 and info.open %} {% endif %} {% if 1 in info.close %}
{% elif 2 in info.close %}
{% elif 0 in info.close %}
{% endif %} {% endfor %}

Most popular advertisements

{% for ad in latest %}
{# ...#}
{{ ad.name }}

{{ ad.content|truncatewords:10 }}

{% endfor %}

Latest advertisements

{% for ad in latest %}
{# ...#}
{{ ad.name }}

{{ ad.content|truncatewords:10 }}

{% endfor %}
{% endblock content %}