Project_Camper/vagus/template/<li class='heder-nav-account'>.html

13 lines
575 B
HTML

<li class='heder-nav-account'>
<span>
{% if user.is_authenticated %}
{% if user.status = 'Regular_Account' %}
{% elif user.status == 'Company_Account' or user.status == 'Need_verification' %}
{% endif %}
{% endif %}
</span>
<span></span>
</li>