{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% block title %}Update ESO Facility Profile{% endblock %} {% block content %}

ESO Facility Profile update form for user: {{user.username}}


{# Sets the width to 50% #}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}