diff --git a/profiles/templates/profiles/profile_base.html b/profiles/templates/profiles/profile_base.html index 99fa1663..c0f01798 100644 --- a/profiles/templates/profiles/profile_base.html +++ b/profiles/templates/profiles/profile_base.html @@ -13,6 +13,17 @@ Manage emails + + {% if user.is_authenticated and user.orders.exists %} + + Orders + + {% if has_tickets %} + + Tickets + + {% endif %} + {% endif %}