In your_html_file.html
{% if user.is_authenticated %}
<p>user login success</p>
{% if user.is_superuser %}
<p>and i' m superuser</p>
{% endif %}
{% endif %}
{% if user.is_authenticated %}
<p>user login success</p>
{% if user.is_superuser %}
<p>and i' m superuser</p>
{% endif %}
{% endif %}