{% extends "layout.html" %} {% block container %}
Mount NFS Source ({{ sg_status['mount_nfs']|safe }})
{% if not 'Configured' in sg_status['mount_nfs'] %}
{{ command_status['mount_nfs'] }}
{% else %}
{% endif %}
Mount SMB(Windows Share) Source ({{ sg_status['mount_smb']|safe }})
{% if not 'Configured' in sg_status['mount_smb'] %}
{% else %}
{% endif %}
SFTP service ({{ sg_status['sftp']|safe }})
{% if not 'Enabled' in sg_status['sftp'] %}
{% else %}
{% endif %}
{% endblock %}