{% extends "base.html" %} {% set active_nav = "my-organization" %} {% block title %}{% if site %}Edit Site{% else %}Add Site{% endif %} - My Organization - LSMC Atlas{% endblock %} {% block content %} {% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}