1👍
✅
You have to reference the profile of user while checking if user is_good
{% if user.profile.is_good %}
<h1>Good Boy</h1>
{% endif %}
Source:stackexchange.com