{% extends 'base.html' %} {% load bootstrap_toolkit %} {% load guardian_tags %} {% block content %}

Create file system mount point

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %} {{ form | as_bootstrap }}

currently existing mount points

{% if filesystems %} {% endif %}
{% endblock %}