{% extends "base_menu.html" %} {% block title %} ADS {% endblock %} {% block content %}
{% if ad_list %}
There are no ads in the database.
Add an Ad | {% if user.is_authenticated %} Logout {% else %} Login {% endif %}