Template source: _includes/coach_nav_item.html

{% load i18n %} {% if request.user.is_authenticated %} <li> {% if has_coach_access %} <a href="{% url 'charges:billing' %}">{% trans "Billing" %}</a> {% else %} <a href="{% url 'charges:subscribe' %}">{% trans "Subscribe to Coach" %}</a> {% endif %} </li> {% endif %}