{% extends "base_menu.html" %} {% block title %} ADS {% endblock %} {% block content %}

Ads

{% if ad_list %}

{% else %}

There are no ads in the database.

{% endif %}

Add an Ad | {% if user.is_authenticated %} Logout {% else %} Login {% endif %}

{% endblock %}