{% extends "layout.html" %} {% block container %}
Data Vault Management ({{ sg_status['vault']|safe }})
{% if sg_status['tg_type'] == 'TGR' %}
SMB Windows File Sharing Service ({{ sg_status['smb']|safe }})
{% if 'Installed' in sg_status['smb'] %}
PATH: {{ sg_status['smb_path']|safe }}
{% endif %}
{% if 'Not installed' in sg_status['smb'] %} {% else %} {% endif %}
{% endif %} {% endblock %}