| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | {% load i18n %} | 
					
						
							|  |  |  | {% load account_tags %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <ul class="nav navbar-nav pull-right"> | 
					
						
							|  |  |  |     {% if request.user.is_authenticated %} | 
					
						
							|  |  |  |         <li> | 
					
						
							|  |  |  |             <a href="{% url "dashboard" %}"><i class="fa fa-tasks"></i> {% trans "Dashboard" %}</a> | 
					
						
							|  |  |  |         </li> | 
					
						
							|  |  |  |     {% else %} | 
					
						
							|  |  |  |         <li><a href="{% url 'account_login' %}">{% trans "Log in" %}</a></li> | 
					
						
							|  |  |  |         {% if ACCOUNT_OPEN_SIGNUP %} | 
					
						
							|  |  |  |             <li><a href="{% url 'account_signup' %}">{% trans "Sign up" %}</a></li> | 
					
						
							|  |  |  |         {% endif %} | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  | </ul> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-10 16:23:24 -07:00
										 |  |  | <form id="accountLogOutForm" action="{% url 'account_logout' %}" method="POST"> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |     {% csrf_token %} | 
					
						
							|  |  |  | </form> |