{% extends "base.html" %} {% set active_nav = "admin" %} {% block title %}{{ 'Edit' if organization else 'Create' }} Organization - LSMC Atlas{% endblock %} {% block content %} {% if error %}
{{ error }}
{% endif %}

Organization Details

Internal identifier (unique)

Shown in UI if different from name

{% if organization %}
{% endif %}
{% for candidate in owner_candidates or [] %} {% endfor %}

Optional. Owner is shown as EUID | email | name and must belong to this organization.

Contact Information

{% if not organization %}

Initial Site

Organizations must have at least one active site. Create the first site now.

{% endif %} {% if organization %}

This note will be recorded in the revision history

{% endif %}
Cancel
{% if organization %}

Organization Info

Organization ID
{{ organization.euid }}
Created
{{ organization.created_at | format_dt(user_preferences) if organization.created_at else '—' }}
Revision
{{ revision.revision_no if revision else '—' }}
{% endif %} {% endblock %}