{% if(current_user.role!='user') %}
{% endif %}
{% if(current_user.role=='admin') %}
{% endif %}

Status detailed info:

{% include '/snippets/domain_hardware.html' %}
{% if(current_user.role=='admin') %}

Template tree

{% include '/snippets/template_tree.html' %}
{% endif %}
{% include '/snippets/alloweds.html' %}