1👍
✅
Because it’s a dictionary, so you have to do r.get('user')
or r['user']
. Django just uses dot notation in templates.
Source:stackexchange.com