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