{% extends 'base.html' %} {% block content %}

{% if object %}Update FileVault configuration {{ object }}{% else %}Create FileVault configuration{% endif %}

{% csrf_token %} {{ form }}

{% if object %} Cancel {% else %} Cancel {% endif %}

{% endblock %} {% block extrajs %} {% endblock %}