Django One-to-one template에서 그냥 dot으로 로드 가능
{% if request.user.userprofile.authority == 'R' %} <ul class="sub-menu-container mega-menu-column "> </ul> {% endif %}
장고 짱..렌더링이 안 되는 줄 알았는데 그냥 비교 조건에 스페이스 바 안 넣어서였음 ㅎ