{% extends "base_bootstrap.html" %} {% block navbar %} {% load app_tags %} {{ settings.APP_NAME }} {% url 'ads:index' as ads %} Ads Snippet-API {% url 'autos:index' as autos %} Autos {% url 'cats:index' as cats %} Cats Polls {% if user.is_authenticated %} {% if ads in request.get_full_path %} Create Ad {% endif %} Admin Panel Logout {% else %} Login {% endif %} {% endblock %}