{% extends "base_bootstrap.html" %} {% block navbar %} {% load app_tags %} API Root API List Ads API Snippet API User API {% url 'ads:index' as ads %} Ads {% 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 %}