{% load static i18n %} Menu button Buy Company Story Team Board News Blog Downloads Product DNA Leaning Center Test Leaning Center FAQ Contact {% if user.is_authenticated %} Horses {% if perms.horses.add_horse %} Add Horse {% endif %} {% if perms.horses.view_all_horses %} All Horses List {% endif %} Search Public Horses {% if user.horse_set.exists %} My Horses {% for horse in user.horse_set.all %} {{ horse.name|title }} {% endfor %} {% endif %} {% endif %} {% if perms.horses.view_all_horses %} All Users {% endif %} Buy {% if request.user.is_authenticated %} {{ request.user.username }} {# URL provided by django-allauth/account/urls.py #} View Profile {# URL provided by django-allauth/account/urls.py #} Sign Out {% else %} {# URL provided by django-allauth/account/urls.py #} Log In {# URL provided by django-allauth/account/urls.py #} Sign Up {% endif %}