SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to check for authenticated users in your template then:
{% if user.is_authenticated %} <p>Authenticated user</p> {% else %} <!-- Do something which you want to do with unauthenticated user --> {% endif %}