{% extends "pages/sandbox_base.html" %} {% block title %}{{ section_title }} — {{ sandbox_name }} — Shoreguard{% endblock %} {% block breadcrumb_tail %} {% endblock %} {% block content %} {% if section == 'network' %}
Loading network policies...
{% elif section == 'filesystem' %}
Loading filesystem policy...
{% elif section == 'process' %}
Loading process policy...
{% elif section == 'presets' %}
Loading presets...

No presets available.

{% endif %} {% endblock %} {% block sandbox_js %} {% endblock %}